Struct SystemState
Syntax
public struct SystemState
Properties
Dependency
Declaration
public JobHandle Dependency { get; set; }
Property Value
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
EntityManager
Declaration
public EntityManager EntityManager { get; }
Property Value
GlobalSystemVersion
Declaration
public uint GlobalSystemVersion { get; }
Property Value
LastSystemVersion
Declaration
public uint LastSystemVersion { get; }
Property Value
Time
Declaration
public TimeData Time { get; }
Property Value
World
Declaration
public World World { get; }
Property Value
Methods
CompleteDependency()
Declaration
public void CompleteDependency()