• 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_ControllerOptions

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_ControllerOptions : IComponentData, IQueryTypeParameter

Fields

CameraOffsetChangeSpeed

Declaration
public float CameraOffsetChangeSpeed
Field Value
Type Description
Single

CameraOffsetMinDistance

Declaration
public float CameraOffsetMinDistance
Field Value
Type Description
Single

CameraOffsetVector

Declaration
public float3 CameraOffsetVector
Field Value
Type Description
float3

CollisionDistance

Declaration
public float CollisionDistance
Field Value
Type Description
Single

CustomPivot

Declaration
public bool CustomPivot
Field Value
Type Description
Boolean

DesiredDistance

Declaration
public float DesiredDistance
Field Value
Type Description
Single

DisableZooming

Declaration
public bool DisableZooming
Field Value
Type Description
Boolean

FloorNormalUp

Declaration
public float3 FloorNormalUp
Field Value
Type Description
float3

MaxDistance

Declaration
public float MaxDistance
Field Value
Type Description
Single

MaxFloorDot

Declaration
public float MaxFloorDot
Field Value
Type Description
Single

MaxThickness

Declaration
public float MaxThickness
Field Value
Type Description
Single

MinDistance

Declaration
public float MinDistance
Field Value
Type Description
Single

OccludedZoomInSpeed

Declaration
public float OccludedZoomInSpeed
Field Value
Type Description
Single

OcclusionCheck

Declaration
public bool OcclusionCheck
Field Value
Type Description
Boolean

OffsetVector

Declaration
public float3 OffsetVector
Field Value
Type Description
float3

PivotAngles

Declaration
public float3 PivotAngles
Field Value
Type Description
float3

PivotRotationEnabled

Declaration
public bool PivotRotationEnabled
Field Value
Type Description
Boolean

SmartPivot

Declaration
public bool SmartPivot
Field Value
Type Description
Boolean

SmartPivotOnlyGround

Declaration
public bool SmartPivotOnlyGround
Field Value
Type Description
Boolean

SmoothPivot

Declaration
public bool SmoothPivot
Field Value
Type Description
Boolean

SmoothTargetMode

Declaration
public bool SmoothTargetMode
Field Value
Type Description
Boolean

SmoothTargetValue

Declaration
public float3 SmoothTargetValue
Field Value
Type Description
float3

ThicknessCheck

Declaration
public bool ThicknessCheck
Field Value
Type Description
Boolean

UnoccludedZoomOutSpeed

Declaration
public float UnoccludedZoomOutSpeed
Field Value
Type Description
Single

ZoomOutStepValue

Declaration
public float ZoomOutStepValue
Field Value
Type Description
Single

Implements

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