SetVector2

SetVector2(string, Vector2)

public bool SetVector2(string name, Vector2 value) ;

Description

It wants to set the value of the Vector2 type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetVector2(int, Vector2)

public bool SetVector2(int id, Vector2 value) ;

Description

It wants to set the value of the Vector2 type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.