ClientScriptableObject.clientPublicData

Returns public data from a client scriptable object.

Kind: Member

Environments: Game

Game

Open the full Game reference

Get

Availability: Client only

Returns public data from a client scriptable object.

Parameters:

Name Type Description
scriptableObject ScriptableObject The scriptableObject.

Returns:

Type Description
table The client public data.

Set

Availability: Client only

Sets public data on a client scriptable object.

Parameters:

Name Type Description
scriptableObject ScriptableObject The scriptableObject.
data table The client public data.