Struct CameraControllerTarget
Implements
ICleanupComponentData
IComponentData
IQueryTypeParameter
Assembly: fwt.hexterrains.dll
Syntax
public struct CameraControllerTarget : ICleanupComponentData, IComponentData, IQueryTypeParameter
Fields
AccelerationKey
Declaration
public KeyCode AccelerationKey
Field Value
AccelerationMultiplier
Declaration
public float AccelerationMultiplier
Field Value
CameraControllerComponent
Declaration
public UnityObjectRef<CameraControllerComponentBase> CameraControllerComponent
Field Value
IsForceUpdate
If true, the camera controller will be updated even if the target position is not changed.
Declaration
public bool IsForceUpdate
Field Value
LocalPosition
Declaration
public float2 LocalPosition
Field Value
MoveDownKey
Declaration
public KeyCode MoveDownKey
Field Value
MoveLeftKey
Declaration
public KeyCode MoveLeftKey
Field Value
MoveRightKey
Declaration
public KeyCode MoveRightKey
Field Value
MoveUpKey
Declaration
Field Value
MovementSpeed
Declaration
public float MovementSpeed
Field Value
NormalizedZoom
Declaration
public float NormalizedZoom
Field Value
Target
Declaration
public UnityObjectRef<Transform> Target
Field Value
| Type |
Description |
| UnityObjectRef<Transform> |
|
ZoomSpeed
Declaration
Field Value
Implements
Unity.Entities.ICleanupComponentData
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter
Extension Methods