Method LoadFile
LoadFile(string, AnimationType)
Loads an animation from a file.
public virtual bool LoadFile(string filename, AnimationType type = AnimationType.Any)
Parameters
filename
stringA filename.
type
AnimationTypeOne of the AnimationType values; Any means that the function should try to autodetect the animation type.