+ | name : string |
GraphicsEvent逻辑名。
|
+ | resname : string |
GraphicsEvent资源名。
|
+ | function _GraphicsEvent() : _GraphicsEvent |
|
+ | function _GraphicsEvent(filename) : _GraphicsEvent |
|
+ | function _GraphicsEvent(ge : _GraphicsEvent) : _GraphicsEvent |
|
+ | function addTag(name : string, time : number) |
|
+ | function cache() |
启用内存缓冲。
|
+ | function clearTags() |
清除掉所有的tag
|
+ | function delTag(p) |
|
+ | function getHappendedTags(duration : number) : array |
|
+ | function getTag(p, duration) : table |
|
+ | function getTagCount() : int |
获得tag的数量。
|
+ | function getTagIndex(name) : string |
|
+ | function getTags(duration : number) : array |
|
+ | function save(filename) |
|
+ | function setTags(tags : array) |
清空原有的tag,并设置参数中的tag数组
|