Parses the JSON object into a ProceduralSpriteAnimation object without reporting parsing errors. If an unskippable error is encountered, an empty object will be returned.
The JSON object to be parsed.
OptionalisInternalConstructor: booleanThe parsed structure, if it succeeded, else an empty pointer if there were unskippable errors.
Creates a sprite image as an asynchronous operation from the stored animations as a sprite sheet that is laid out horizontally, like in a matrix.
The dimensions of a single frame of the animation.
The rate at which the animation will be rendered.
An async operation, that builds a handle to a sprite image, if it succeeded.
Creates a sprite image as an asynchronous operation from the stored animations as a sprite sheet that is laid out horizontally, like in a matrix.
The dimensions of a single frame of the animation.
The rate at which the animation will be rendered.
An async operation, that builds a sprite image pointer, if it succeeded.
A structure that encompasses a procedural animation which can be transformed into a SpriteImage that can be displayed by UI.