Show / Hide Table of Contents

    Enum LoopingStyle

    Determines how the animation will run.

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public enum LoopingStyle

    Fields

    Name Description
    Backwards

    Will animate the loop backwards, and then start again from the bottom

    BackwardsForwards

    Will animate the loop backwards, and then will it will go forwards, and start again

    Forwards

    Will animate the loop forwards, and then start again from the top

    ForwardsBackwards

    Will animate the loop forwards, and then it will go back, and start again

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX