Class TagTrackerSystem
Inheritance
TagTrackerSystem
Syntax
public class TagTrackerSystem : JobComponentSystem
Fields
EntityToComponentIndexMap
Declaration
public NativeMultiHashMap<Entity, int> EntityToComponentIndexMap
Field Value
Type |
Description |
NativeMultiHashMap<Entity, Int32> |
|
TagToEntityMap
Declaration
public NativeMultiHashMap<UnityEngine.Hash128, Entity> TagToEntityMap
Field Value
Type |
Description |
NativeMultiHashMap<UnityEngine.Hash128, Entity> |
|
Properties
UpdateHandle
Declaration
public JobHandle UpdateHandle { get; }
Property Value
Type |
Description |
JobHandle |
|
Methods
OnCreate()
Declaration
protected override void OnCreate()
OnDestroy()
Declaration
protected override void OnDestroy()
OnUpdate(JobHandle)
Declaration
protected override JobHandle OnUpdate(JobHandle inputDeps)
Parameters
Type |
Name |
Description |
JobHandle |
inputDeps |
|
Returns
Type |
Description |
JobHandle |
|