Struct SyncedBehaviour
public struct SyncedBehaviour
Constructors
SyncedBehaviour(string, string, string, SyncedComponent[], CommandDescription[])
public SyncedBehaviour(string name, string unmangledName, string assetId, SyncedComponent[] components, CommandDescription[] commands)
Parameters
name
stringunmangledName
stringassetId
stringcomponents
SyncedComponent[]commands
CommandDescription[]
Fields
AssetId
public string AssetId
Field Value
BehaviourName
public string BehaviourName
Field Value
Commands
public CommandDescription[] Commands
Field Value
Components
public SyncedComponent[] Components
Field Value
UnmangledBehaviourName
public string UnmangledBehaviourName