SetVector3

public bool SetVector3(string name, Vector3 value) ;

It wants to set the value of the Vector3 type.

Parameter Name Description
name Name.
value Value.

The true when there parameters of the specified name.

public bool SetVector3(int id, Vector3 value) ;

It wants to set the value of the Vector3 type.

Parameter Name Description
id ID.
value Value.

The true when there parameters of the specified name.