Class JobComponentSystem
Inheritance
System.Object
JobComponentSystem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Syntax
public abstract class JobComponentSystem : ComponentSystemBase
Methods
GetComponentDataFromEntity<T>(Boolean)
Declaration
public ComponentDataFromEntity<T> GetComponentDataFromEntity<T>(bool isReadOnly = false)where T : struct, IComponentData
Parameters
Type |
Name |
Description |
System.Boolean |
isReadOnly |
|
Returns
Type Parameters
GetFixedArrayFromEntity<T>(Boolean)
Declaration
public FixedArrayFromEntity<T> GetFixedArrayFromEntity<T>(bool isReadOnly = false)where T : struct
Parameters
Type |
Name |
Description |
System.Boolean |
isReadOnly |
|
Returns
Type Parameters
OnBeforeCreateManagerInternal(World, Int32)
Declaration
protected override sealed void OnBeforeCreateManagerInternal(World world, int capacity)
Parameters
Type |
Name |
Description |
World |
world |
|
System.Int32 |
capacity |
|
Overrides
OnBeforeDestroyManagerInternal()
Declaration
protected override sealed void OnBeforeDestroyManagerInternal()
Overrides
OnUpdate(JobHandle)
Declaration
protected virtual JobHandle OnUpdate(JobHandle inputDeps)
Parameters
Type |
Name |
Description |
JobHandle |
inputDeps |
|
Returns
Type |
Description |
JobHandle |
|