Struct TPC_LockOnJob
Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Assembly: DOTS-TPC.dll
Syntax
[BurstCompile]
public struct TPC_LockOnJob : IJobChunk
Fields
DeltaTime
Declaration
Field Value
Declaration
[ReadOnly]
public ComponentLookup<LocalTransform> LocalTransform_Lookup
Field Value
Type |
Description |
ComponentLookup<LocalTransform> |
|
Declaration
[ReadOnly]
public ComponentTypeHandle<LocalTransform> LocalTransform_ReadHandle
Field Value
Type |
Description |
ComponentTypeHandle<LocalTransform> |
|
Declaration
[ReadOnly]
public ComponentLookup<PhysicsCustomTags> PhysicsCustomTags_Lookup
Field Value
Type |
Description |
ComponentLookup<PhysicsCustomTags> |
|
PhysicsWorld
Declaration
[ReadOnly]
public PhysicsWorld PhysicsWorld
Field Value
Type |
Description |
PhysicsWorld |
|
TPC_CameraTarget_ReadHandle
Declaration
[ReadOnly]
public ComponentTypeHandle<TPC_CameraTarget> TPC_CameraTarget_ReadHandle
Field Value
TPC_ControllerOptions_WriteHandle
Declaration
public ComponentTypeHandle<TPC_ControllerOptions> TPC_ControllerOptions_WriteHandle
Field Value
TPC_ControllerState_WriteHandle
Declaration
public ComponentTypeHandle<TPC_ControllerState> TPC_ControllerState_WriteHandle
Field Value
TPC_FollowOptions_WriteHandle
Declaration
public ComponentTypeHandle<TPC_FollowOptions> TPC_FollowOptions_WriteHandle
Field Value
TPC_FreeLookOptions_WriteHandle
Declaration
public ComponentTypeHandle<TPC_FreeLookOptions> TPC_FreeLookOptions_WriteHandle
Field Value
Declaration
[ReadOnly]
public ComponentTypeHandle<TPC_Input_FreeLook> TPC_Input_FreeLook_ReadHandle
Field Value
Declaration
[ReadOnly]
public ComponentTypeHandle<TPC_Input_LockOn> TPC_Input_LockOn_ReadHandle
Field Value
TPC_LockOnOptions_WriteHandle
Declaration
public ComponentTypeHandle<TPC_LockOnOptions> TPC_LockOnOptions_WriteHandle
Field Value
TPC_LockOnState_WriteHandle
Declaration
public ComponentTypeHandle<TPC_LockOnState> TPC_LockOnState_WriteHandle
Field Value
TPC_TargetableOffset_Lookup
Declaration
[ReadOnly]
public ComponentLookup<TPC_TargetableOffset> TPC_TargetableOffset_Lookup
Field Value
Methods
Execute(in ArchetypeChunk, Int32, Boolean, in v128)
Declaration
public void Execute(in ArchetypeChunk chunk, int unfilteredChunkIndex, bool useEnabledMask, in v128 chunkEnabledMask)
Parameters
Type |
Name |
Description |
ArchetypeChunk |
chunk |
|
Int32 |
unfilteredChunkIndex |
|
Boolean |
useEnabledMask |
|
v128 |
chunkEnabledMask |
|
Implements
Unity.Entities.IJobChunk