Search Results for

    Show / Hide Table of Contents

    Class NavLinkTeleport_Config

    Inheritance
    object
    NavLinkTeleport_Config
    Namespace: Axis.Navigation
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class NavLinkTeleport_Config

    Fields

    AnimationEnter

    Easing function to animate entering

    Declaration
    public Ease.Function AnimationEnter
    Field Value
    Type Description
    Ease.Function

    AnimationEnterTime

    Time to animate before disappearing on entering

    Declaration
    public float AnimationEnterTime
    Field Value
    Type Description
    float

    AnimationEnterToOffset

    Local position offset

    Declaration
    public Vector3 AnimationEnterToOffset
    Field Value
    Type Description
    Vector3

    AnimationEnterToRotation

    Local rotation offset

    Declaration
    public Vector3 AnimationEnterToRotation
    Field Value
    Type Description
    Vector3

    AnimationEnterToScale

    Local scale offset

    Declaration
    public Vector3 AnimationEnterToScale
    Field Value
    Type Description
    Vector3

    AnimationLand

    Easing function to animate landing

    Declaration
    public Ease.Function AnimationLand
    Field Value
    Type Description
    Ease.Function

    AnimationLandFromOffset

    Local position offset

    Declaration
    public Vector3 AnimationLandFromOffset
    Field Value
    Type Description
    Vector3

    AnimationLandFromRotation

    Local rotation offset

    Declaration
    public Vector3 AnimationLandFromRotation
    Field Value
    Type Description
    Vector3

    AnimationLandFromScale

    Local scale offset

    Declaration
    public Vector3 AnimationLandFromScale
    Field Value
    Type Description
    Vector3

    AnimationLandTime

    Declaration
    public float AnimationLandTime
    Field Value
    Type Description
    float

    AppearFirework

    Declaration
    public AxisFirework AppearFirework
    Field Value
    Type Description
    AxisFirework

    CameraCut

    Declaration
    public bool CameraCut
    Field Value
    Type Description
    bool

    EnterLandFirework

    Declaration
    public AxisFirework EnterLandFirework
    Field Value
    Type Description
    AxisFirework

    ExitFirework

    Declaration
    public AxisFirework ExitFirework
    Field Value
    Type Description
    AxisFirework

    TeleportFirework

    Declaration
    public AxisFirework TeleportFirework
    Field Value
    Type Description
    AxisFirework

    TeleportTime

    Declaration
    public float TeleportTime
    Field Value
    Type Description
    float
    In This Article
    Back to top Axis 1.0.0