Method Load
Load(Stream, AnimationType)
Loads the animation from the given stream.
public virtual bool Load(Stream stream, AnimationType type = AnimationType.Any)
Parameters
streamStreamThe stream to use to load the animation. Under Linux may be any kind of stream; under other platforms this must be a seekable stream.
typeAnimationTypeOne of the AnimationType values; Any means that the function should try to autodetect the animation type.
Returns
- bool
trueif the operation succeeded,falseotherwise.