TryGetGameObjectList

TryGetGameObjectList(string, out IList<GameObject>)

public bool TryGetGameObjectList(string name, out IList<GameObject> value) ;

Description

Get the value of the GameObjectList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

TryGetGameObjectList(int, out IList<GameObject>)

public bool TryGetGameObjectList(int id, out IList<GameObject> value) ;

Description

Get the value of the GameObjectList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.