SetGameObject

SetGameObject(string, GameObject)

public bool SetGameObject(string name, GameObject value) ;

Description

It wants to set the value of the GameObject type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetGameObject(int, GameObject)

public bool SetGameObject(int id, GameObject value) ;

Description

It wants to set the value of the GameObject type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.