Struct WheelTransformsUpdateFromPresentationWithoutInterpolationJob.InternalCompilerQueryAndHandleData
Used internally by the compiler, we won't promise this exists in the future
Inherited Members
Namespace: Unity.Vehicles
Assembly: com.unity.vehicles.dll
Syntax
public struct WheelTransformsUpdateFromPresentationWithoutInterpolationJob.InternalCompilerQueryAndHandleData
Fields
DefaultQuery
Declaration
public EntityQuery DefaultQuery
Field Value
Type | Description |
---|---|
EntityQuery |
__TypeHandle
Declaration
public WheelTransformsUpdateFromPresentationWithoutInterpolationJob.InternalCompilerQueryAndHandleData.TypeHandle __TypeHandle
Field Value
Type | Description |
---|---|
WheelTransformsUpdateFromPresentationWithoutInterpolationJob.InternalCompilerQueryAndHandleData.TypeHandle |
Methods
AddRequiredComponentTypes(ref Span<ComponentType>)
Declaration
public static void AddRequiredComponentTypes(ref Span<ComponentType> components)
Parameters
Type | Name | Description |
---|---|---|
Span<ComponentType> | components |
AssignEntityManager(ref WheelTransformsUpdateFromPresentationWithoutInterpolationJob, EntityManager)
Declaration
public void AssignEntityManager(ref WheelTransformsUpdateFromPresentationWithoutInterpolationJob job, EntityManager entityManager)
Parameters
Type | Name | Description |
---|---|---|
WheelTransformsUpdateFromPresentationWithoutInterpolationJob | job | |
EntityManager | entityManager |
GetRequiredComponentTypeCount()
Declaration
public static int GetRequiredComponentTypeCount()
Returns
Type | Description |
---|---|
int |
Init(ref SystemState, bool)
Declaration
public void Init(ref SystemState state, bool assignDefaultQuery)
Parameters
Type | Name | Description |
---|---|---|
SystemState | state | |
bool | assignDefaultQuery |
QueryHasRequiredComponentsForExecuteMethodToRun(ref EntityQuery, ref Span<ComponentType>)
Declaration
public static bool QueryHasRequiredComponentsForExecuteMethodToRun(ref EntityQuery userDefinedQuery, ref Span<ComponentType> components)
Parameters
Type | Name | Description |
---|---|---|
EntityQuery | userDefinedQuery | |
Span<ComponentType> | components |
Returns
Type | Description |
---|---|
bool |
Run(ref WheelTransformsUpdateFromPresentationWithoutInterpolationJob, EntityQuery)
Declaration
public void Run(ref WheelTransformsUpdateFromPresentationWithoutInterpolationJob job, EntityQuery query)
Parameters
Type | Name | Description |
---|---|---|
WheelTransformsUpdateFromPresentationWithoutInterpolationJob | job | |
EntityQuery | query |
Schedule(ref WheelTransformsUpdateFromPresentationWithoutInterpolationJob, EntityQuery, JobHandle)
Declaration
public JobHandle Schedule(ref WheelTransformsUpdateFromPresentationWithoutInterpolationJob job, EntityQuery query, JobHandle dependency)
Parameters
Type | Name | Description |
---|---|---|
WheelTransformsUpdateFromPresentationWithoutInterpolationJob | job | |
EntityQuery | query | |
JobHandle | dependency |
Returns
Type | Description |
---|---|
JobHandle |
ScheduleParallel(ref WheelTransformsUpdateFromPresentationWithoutInterpolationJob, EntityQuery, JobHandle)
Declaration
public JobHandle ScheduleParallel(ref WheelTransformsUpdateFromPresentationWithoutInterpolationJob job, EntityQuery query, JobHandle dependency)
Parameters
Type | Name | Description |
---|---|---|
WheelTransformsUpdateFromPresentationWithoutInterpolationJob | job | |
EntityQuery | query | |
JobHandle | dependency |
Returns
Type | Description |
---|---|
JobHandle |
UpdateBaseEntityIndexArray(ref WheelTransformsUpdateFromPresentationWithoutInterpolationJob, EntityQuery, ref SystemState)
Declaration
public void UpdateBaseEntityIndexArray(ref WheelTransformsUpdateFromPresentationWithoutInterpolationJob job, EntityQuery query, ref SystemState state)
Parameters
Type | Name | Description |
---|---|---|
WheelTransformsUpdateFromPresentationWithoutInterpolationJob | job | |
EntityQuery | query | |
SystemState | state |
UpdateBaseEntityIndexArray(ref WheelTransformsUpdateFromPresentationWithoutInterpolationJob, EntityQuery, JobHandle, ref SystemState)
Declaration
public JobHandle UpdateBaseEntityIndexArray(ref WheelTransformsUpdateFromPresentationWithoutInterpolationJob job, EntityQuery query, JobHandle dependency, ref SystemState state)
Parameters
Type | Name | Description |
---|---|---|
WheelTransformsUpdateFromPresentationWithoutInterpolationJob | job | |
EntityQuery | query | |
JobHandle | dependency | |
SystemState | state |
Returns
Type | Description |
---|---|
JobHandle |