RSX Code Reference
    Preparing search index...
    • rsx
    • ProceduralSpriteAnimationData

    Class ProceduralSpriteAnimationData

    A structure that encompasses a procedural animation which can be transformed into a SpriteImage that can be displayed by UI.

    NOTE: We can no longer inherit from IAmNotCopyable because RTTI requires us to be copyable.

    Index
    • Parses the JSON object into a ProceduralSpriteAnimationData object without reporting parsing errors. If an unskippable error is encountered, an empty object will be returned.

      Parameters

      • jsonObject: JsonObject

        The JSON object to be parsed.

      • OptionalisInternalConstructor: boolean

      Returns ProceduralSpriteAnimationData

      The parsed structure, if it succeeded, else an empty pointer if there were unskippable errors.