TryGetVector2

public bool TryGetVector2(string name, out Vector2 value) ;

Get the value of the Vector2 type.

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

The true when there parameters of the specified name.

public bool TryGetVector2(int id, out Vector2 value) ;

Get the value of the Vector2 type.

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

The true when there parameters of the specified name.