• Manual
  • API Summary
  • About
Show / Hide Table of Contents
  • DOTS_TPC
    • DotsHelper
    • FollowMode
    • FreeLookMode
    • FreeLookMouseHideMode
    • MouseCursorHelper
    • StationaryModeType
    • TargetablesComparer
    • TargetableWithDistance
    • TPC_AllHitsCollector
    • TPC_CameraControllerJob
    • TPC_CameraControllerJob.DistanceComparer
    • TPC_CameraTarget
    • TPC_ControllerOptions
    • TPC_ControllerState
    • TPC_DebugOptions
    • TPC_FadeMaterial
    • TPC_FadeSystem
    • TPC_FadeSystem.FadeJob
    • TPC_FadeSystem.FadeJob.InternalCompiler
    • TPC_FadeSystem.FadeJob.InternalCompilerQueryAndHandleData
    • TPC_FadeSystem.FadeJob.InternalCompilerQueryAndHandleData.TypeHandle
    • TPC_FollowJob
    • TPC_FollowOptions
    • TPC_FollowState
    • TPC_FreeLookJob
    • TPC_FreeLookOptions
    • TPC_GatherInputsSystem
    • TPC_HitsCollector
    • TPC_IgnoreTag
    • TPC_Input
    • TPC_Input_FreeLook
    • TPC_Input_LockOn
    • TPC_Input_Shoulder
    • TPC_Input.CameraMovementActions
    • TPC_Input.ICameraMovementActions
    • TPC_LockOnCollector
    • TPC_LockOnJob
    • TPC_LockOnOptions
    • TPC_LockOnState
    • TPC_MainCamera
    • TPC_MainSystem
    • TPC_RaycasHitsCollector
    • TPC_ShoulderJob
    • TPC_ShoulderOptions
    • TPC_SmoothedTargetPosition
    • TPC_SyncMainCameraSystem
    • TPC_TargetableOffset
    • TPC_TargetableTag

Struct TPC_DebugOptions

Implements
IComponentData
IQueryTypeParameter
Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: DOTS_TPC
Assembly: DOTS-TPC.dll
Syntax
[Serializable]
public struct TPC_DebugOptions : IComponentData, IQueryTypeParameter

Fields

DebugPivotAngles

Declaration
public float3 DebugPivotAngles
Field Value
Type Description
float3

DrawBoxCastHits

Declaration
public bool DrawBoxCastHits
Field Value
Type Description
Boolean

DrawDesiredDistance

Declaration
public bool DrawDesiredDistance
Field Value
Type Description
Boolean

DrawDirToHit

Declaration
public bool DrawDirToHit
Field Value
Type Description
Boolean

DrawDirToTarget

Declaration
public bool DrawDirToTarget
Field Value
Type Description
Boolean

DrawFinalRaycastHit

Declaration
public bool DrawFinalRaycastHit
Field Value
Type Description
Boolean

DrawHitNormal

Declaration
public bool DrawHitNormal
Field Value
Type Description
Boolean

DrawOffsetBoxcast

Declaration
public bool DrawOffsetBoxcast
Field Value
Type Description
Boolean

DrawOffsetBoxCastResults

Declaration
public bool DrawOffsetBoxCastResults
Field Value
Type Description
Boolean

DrawOffsetObstructionRay

Declaration
public bool DrawOffsetObstructionRay
Field Value
Type Description
Boolean

DrawPrecisionRaycast

Declaration
public bool DrawPrecisionRaycast
Field Value
Type Description
Boolean

DrawRaycastHits

Declaration
public bool DrawRaycastHits
Field Value
Type Description
Boolean

DrawThicknessCubes

Declaration
public bool DrawThicknessCubes
Field Value
Type Description
Boolean

DrawThicknessEndHits

Declaration
public bool DrawThicknessEndHits
Field Value
Type Description
Boolean

DrawThicknessStartHits

Declaration
public bool DrawThicknessStartHits
Field Value
Type Description
Boolean

ShowDesiredPosition

Declaration
public bool ShowDesiredPosition
Field Value
Type Description
Boolean

Implements

Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter
In This Article
Back to top Generated by DocFX