GetVector4

GetVector4(string, Vector4)

public Vector4 GetVector4(string name, Vector4 defaultValue) ;

Description

Get the value of the Vector4 type.

Parameters

Parameter Name Description
name Name.
defaultValue Default value. It is returned when there is no parameter.

Returns

The value of the parameter. If there is no parameter, it returns defaultValue.

GetVector4(string)

public Vector4 GetVector4(string name) ;

Description

Get the value of the Vector4 type.

Parameters

Parameter Name Description
name Name.

Returns

The value of the parameter. If there is no parameter, it returns Vector4.zero.

GetVector4(int, Vector4)

public Vector4 GetVector4(int id, Vector4 defaultValue) ;

Description

Get the value of the Vector4 type.

Parameters

Parameter Name Description
id ID.
defaultValue Default value. It is returned when there is no parameter.

Returns

The value of the parameter. If there is no parameter, it returns defaultValue.

GetVector4(int)

public Vector4 GetVector4(int id) ;

Description

Get the value of the Vector4 type.

Parameters

Parameter Name Description
id ID.

Returns

The value of the parameter. If there is no parameter, it returns Vector4.zero.