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)
Assembly: DOTS-TPC.dll
Syntax
[Serializable]
public struct TPC_ControllerOptions : IComponentData, IQueryTypeParameter
Fields
CameraOffsetChangeSpeed
Declaration
public float CameraOffsetChangeSpeed
Field Value
CameraOffsetMinDistance
Declaration
public float CameraOffsetMinDistance
Field Value
CameraOffsetVector
Declaration
public float3 CameraOffsetVector
Field Value
CollisionDistance
Declaration
public float CollisionDistance
Field Value
CustomPivot
Declaration
Field Value
DesiredDistance
Declaration
public float DesiredDistance
Field Value
DisableZooming
Declaration
public bool DisableZooming
Field Value
FloorNormalUp
Declaration
public float3 FloorNormalUp
Field Value
MaxDistance
Declaration
Field Value
MaxFloorDot
Declaration
Field Value
MaxThickness
Declaration
public float MaxThickness
Field Value
MinDistance
Declaration
Field Value
OccludedZoomInSpeed
Declaration
public float OccludedZoomInSpeed
Field Value
OcclusionCheck
Declaration
public bool OcclusionCheck
Field Value
OffsetVector
Declaration
public float3 OffsetVector
Field Value
PivotAngles
Declaration
public float3 PivotAngles
Field Value
PivotRotationEnabled
Declaration
public bool PivotRotationEnabled
Field Value
SmartPivot
Declaration
Field Value
SmartPivotOnlyGround
Declaration
public bool SmartPivotOnlyGround
Field Value
SmoothPivot
Declaration
Field Value
SmoothTargetMode
Declaration
public bool SmoothTargetMode
Field Value
SmoothTargetValue
Declaration
public float3 SmoothTargetValue
Field Value
ThicknessCheck
Declaration
public bool ThicknessCheck
Field Value
UnoccludedZoomOutSpeed
Declaration
public float UnoccludedZoomOutSpeed
Field Value
ZoomOutStepValue
Declaration
public float ZoomOutStepValue
Field Value
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter