SetVector3

SetVector3(string, Vector3)

public bool SetVector3(string name, Vector3 value) ;

Description

It wants to set the value of the Vector3 type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetVector3(int, Vector3)

public bool SetVector3(int id, Vector3 value) ;

Description

It wants to set the value of the Vector3 type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.