TryGetVector3

TryGetVector3(string, out Vector3)

public bool TryGetVector3(string name, out Vector3 value) ;

Description

Get the value of the Vector3 type.

Parameters

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

Returns

The true when there parameters of the specified name.

TryGetVector3(int, out Vector3)

public bool TryGetVector3(int id, out Vector3 value) ;

Description

Get the value of the Vector3 type.

Parameters

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

Returns

The true when there parameters of the specified name.