TryGetVector4

TryGetVector4(string, out Vector4)

public bool TryGetVector4(string name, out Vector4 value) ;

Description

Get the value of the Vector4 type.

Parameters

Parameter Name Description
name Name.
value The value you get.

Returns

The true when there parameters of the specified name.

TryGetVector4(int, out Vector4)

public bool TryGetVector4(int id, out Vector4 value) ;

Description

Get the value of the Vector4 type.

Parameters

Parameter Name Description
id ID.
value The value you get.

Returns

The true when there parameters of the specified name.