Method | Description | |
---|---|---|
AddFrame ( this _animClip, |
||
AddFrames ( this _animClip, Object _objects ) : void | ||
Build ( this _animClip ) : void | ||
CreateSpriteAnimClip ( string _path, string _name ) : exSpriteAnimClip | ||
FrameToSeconds ( this _animClip, int _frames ) : float | ||
GetFrameInfoBySeconds ( this _animClip, float _seconds, WrapMode, _wrapMode ) : exSpriteAnimClip.FrameInfo | ||
RemoveFrame ( this _animClip, exSpriteAnimClip _fi ) : void | ||
SnapToFrames ( this _animClip, float _seconds ) : int | ||
SnapToSeconds ( this _animClip, float _seconds ) : float | ||
UpdateLength ( this _animClip ) : void |
Method | Description | |
---|---|---|
Create ( ) : void | ||
CreateSpriteAnimationObject ( ) : void |
public static AddFrame ( this _animClip, |
||
_animClip | this | |
_tex | ||
return | void |
public static AddFrames ( this _animClip, Object _objects ) : void | ||
_animClip | this | |
_objects | Object | |
return | void |
public static Build ( this _animClip ) : void | ||
_animClip | this | |
return | void |
public static CreateSpriteAnimClip ( string _path, string _name ) : exSpriteAnimClip | ||
_path | string | |
_name | string | |
return | exSpriteAnimClip |
public static FrameToSeconds ( this _animClip, int _frames ) : float | ||
_animClip | this | |
_frames | int | |
return | float |
public static GetFrameInfoBySeconds ( this _animClip, float _seconds, WrapMode, _wrapMode ) : exSpriteAnimClip.FrameInfo | ||
_animClip | this | |
_seconds | float | |
_wrapMode | WrapMode, | |
return | exSpriteAnimClip.FrameInfo |
public static RemoveFrame ( this _animClip, exSpriteAnimClip _fi ) : void | ||
_animClip | this | |
_fi | exSpriteAnimClip | |
return | void |
public static SnapToFrames ( this _animClip, float _seconds ) : int | ||
_animClip | this | |
_seconds | float | |
return | int |
public static SnapToSeconds ( this _animClip, float _seconds ) : float | ||
_animClip | this | |
_seconds | float | |
return | float |
public static UpdateLength ( this _animClip ) : void | ||
_animClip | this | |
return | void |