Struct TPC_FreeLookOptions
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_FreeLookOptions : IComponentData, IQueryTypeParameter
Fields
EnableFreeLook
Declaration
public bool EnableFreeLook
Field Value
ForceCharacterDirection
Declaration
public bool ForceCharacterDirection
Field Value
MaximumAngle
Declaration
public float MaximumAngle
Field Value
MinimumAngle
Declaration
public float MinimumAngle
Field Value
RotationSpeed
Declaration
public float2 RotationSpeed
Field Value
Smoothing
Declaration
Field Value
SmoothSpeed
Declaration
Field Value
StationaryMaxAngleHorizontal
Declaration
public float StationaryMaxAngleHorizontal
Field Value
StationaryMaxAngleVertical
Declaration
public float StationaryMaxAngleVertical
Field Value
StationaryModeHorizontal
Declaration
public StationaryModeType StationaryModeHorizontal
Field Value
StationaryModeVertical
Declaration
public StationaryModeType StationaryModeVertical
Field Value
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter