Struct SyncedBehaviour
- Namespace
- Coherence
- Assembly
- Coherence.dll
public struct SyncedBehaviour
Constructors
SyncedBehaviour(string, string, string, SyncedComponent[], CommandDescription[])
public SyncedBehaviour(string name, string unmangledName, string assetId, SyncedComponent[] components, CommandDescription[] commands)
Parameters
name
string
unmangledName
string
assetId
string
components
SyncedComponent[]
commands
CommandDescription[]
Fields
AssetId
Field Value
- string
BehaviourName
public string BehaviourName
Field Value
- string
Commands
public CommandDescription[] Commands
Field Value
- CommandDescription[]
Components
public SyncedComponent[] Components
Field Value
- SyncedComponent[]
UnmangledBehaviourName
public string UnmangledBehaviourName
Field Value
- string