Search Results for

    Show / Hide Table of Contents

    Class NavLinkLaunch_Config

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

    Fields

    AnimationFall

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

    AnimationLaunch

    Easing function used in the launch process animation

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

    AnimationPrepare

    Easing function used in the preparation animation (if there's a delay)

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

    EnterLinkFirework

    Declaration
    public AxisFirework EnterLinkFirework
    Field Value
    Type Description
    AxisFirework

    FallPoint

    Percentage of the complete path to start falling

    Declaration
    public float FallPoint
    Field Value
    Type Description
    float

    LandFirework

    Declaration
    public AxisFirework LandFirework
    Field Value
    Type Description
    AxisFirework

    LaunchDelay

    Delay time to prepare for launch

    Declaration
    public float LaunchDelay
    Field Value
    Type Description
    float

    LaunchFirework

    Declaration
    public AxisFirework LaunchFirework
    Field Value
    Type Description
    AxisFirework

    LaunchHeight

    Max height reached in the flight

    Declaration
    public float LaunchHeight
    Field Value
    Type Description
    float

    Speed

    Speed to travel through distance

    Declaration
    public float Speed
    Field Value
    Type Description
    float

    WhileFallingTweenFrom

    Transform offsets to tween to while faling

    Declaration
    public ObjectTransform WhileFallingTweenFrom
    Field Value
    Type Description
    ObjectTransform

    WhileLaunchingTweenTo

    Transform offsets to tween to while going up

    Declaration
    public ObjectTransform WhileLaunchingTweenTo
    Field Value
    Type Description
    ObjectTransform

    WhilePreparingTweenTo

    Transform offsets to tween to while preparing

    Declaration
    public ObjectTransform WhilePreparingTweenTo
    Field Value
    Type Description
    ObjectTransform
    In This Article
    Back to top Axis 1.0.0