Property | Type | Description | |
---|---|---|---|
interval | float | ||
repeatDelay | float | ||
swing | bool |
Method | Description | |
---|---|---|
Clear ( ) : void |
|
|
DrawFrame ( ) : void | ||
MovieClip ( ) : System.Collections.Generic |
|
|
SetData ( |
|
|
SetPlaySettings ( ) : void |
|
|
SetPlaySettings ( int start, int end, int times, int endAt ) : void |
从start帧开始,播放到end帧(-1表示结尾),重复times次(0表示无限循环),循环结束后,停止在endAt帧(-1表示参数end)
|
|
Update ( |
|
Method | Description | |
---|---|---|
Rebuild ( ) : void |
public MovieClip ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public SetData ( |
||
texture | ||
frames | FairyGUI.Frame | |
boundsRect | ||
return | void |
public SetPlaySettings ( int start, int end, int times, int endAt ) : void | ||
start | int | |
end | int | |
times | int | |
endAt | int | |
return | void |
public Update ( |
||
context | ||
return | void |