SetVector4

SetVector4(string, Vector4)

public bool SetVector4(string name, Vector4 value) ;

Description

It wants to set the value of the Vector4 type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetVector4(int, Vector4)

public bool SetVector4(int id, Vector4 value) ;

Description

It wants to set the value of the Vector4 type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.