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