Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Struct CameraControllerTarget

    Implements
    ICleanupComponentData
    IComponentData
    IQueryTypeParameter
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Fwt.HexTerrains.Cameras.Data
    Assembly: fwt.hexterrains.dll
    Syntax
    public struct CameraControllerTarget : ICleanupComponentData, IComponentData, IQueryTypeParameter

    Fields

    AccelerationKey

    Declaration
    public KeyCode AccelerationKey
    Field Value
    Type Description
    KeyCode

    AccelerationMultiplier

    Declaration
    public float AccelerationMultiplier
    Field Value
    Type Description
    float

    CameraControllerComponent

    Declaration
    public UnityObjectRef<CameraControllerComponentBase> CameraControllerComponent
    Field Value
    Type Description
    UnityObjectRef<CameraControllerComponentBase>

    IsForceUpdate

    If true, the camera controller will be updated even if the target position is not changed.

    Declaration
    public bool IsForceUpdate
    Field Value
    Type Description
    bool

    LocalPosition

    Declaration
    public float2 LocalPosition
    Field Value
    Type Description
    float2

    MoveDownKey

    Declaration
    public KeyCode MoveDownKey
    Field Value
    Type Description
    KeyCode

    MoveLeftKey

    Declaration
    public KeyCode MoveLeftKey
    Field Value
    Type Description
    KeyCode

    MoveRightKey

    Declaration
    public KeyCode MoveRightKey
    Field Value
    Type Description
    KeyCode

    MoveUpKey

    Declaration
    public KeyCode MoveUpKey
    Field Value
    Type Description
    KeyCode

    MovementSpeed

    Declaration
    public float MovementSpeed
    Field Value
    Type Description
    float

    NormalizedZoom

    Declaration
    public float NormalizedZoom
    Field Value
    Type Description
    float

    Target

    Declaration
    public UnityObjectRef<Transform> Target
    Field Value
    Type Description
    UnityObjectRef<Transform>

    ZoomSpeed

    Declaration
    public float ZoomSpeed
    Field Value
    Type Description
    float

    Implements

    Unity.Entities.ICleanupComponentData
    Unity.Entities.IComponentData
    Unity.Entities.IQueryTypeParameter

    Extension Methods

    HashExtensions.GetHashCode_ValueType<TValue>(TValue, int)
    HashExtensions.GetHashCode_ValueType<TValue>(TValue, int)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    In this article
    Back to top Generated by DocFX