 | EntityGameObjectsBehaviourInstance Property |
Singleton instance of this behaviour.
Namespace: Slash.Unity.Common.ECSAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic static EntityGameObjectsBehaviour Instance { get; }
Public Shared ReadOnly Property Instance As EntityGameObjectsBehaviour
Get
public:
static property EntityGameObjectsBehaviour^ Instance {
EntityGameObjectsBehaviour^ get ();
}
static member Instance : EntityGameObjectsBehaviour with get
Property Value
Type:
EntityGameObjectsBehaviour
See Also