TryGetGameObject

public bool TryGetGameObject(string name, out GameObject value) ;

Get the value of the GameObject type.

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

The true when there parameters of the specified name.

public bool TryGetGameObject(int id, out GameObject value) ;

Get the value of the GameObject type.

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

The true when there parameters of the specified name.