TimelinePlugin
Defined in: timeline/TimelinePlugin.ts:56
Implements
Section titled “Implements”PluginTimelineAssetRegistry
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TimelinePlugin():
TimelinePlugin
Returns
Section titled “Returns”TimelinePlugin
Properties
Section titled “Properties”name:
string='timeline'
Defined in: timeline/TimelinePlugin.ts:57
Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”build()
Section titled “build()”build(
app):void
Defined in: timeline/TimelinePlugin.ts:80
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”cleanup()
Section titled “cleanup()”cleanup():
void
Defined in: timeline/TimelinePlugin.ts:154
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”clearHandles()
Section titled “clearHandles()”clearHandles():
void
Defined in: timeline/TimelinePlugin.ts:150
Returns
Section titled “Returns”void
getAsset()
Section titled “getAsset()”getAsset(
path):TimelineAsset|undefined
Defined in: timeline/TimelinePlugin.ts:68
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”TimelineAsset | undefined
Implementation of
Section titled “Implementation of”TimelineAssetRegistry.getAsset
getTextureHandle()
Section titled “getTextureHandle()”getTextureHandle(
timelinePath,textureUuid):number
Defined in: timeline/TimelinePlugin.ts:76
Parameters
Section titled “Parameters”timelinePath
Section titled “timelinePath”string
textureUuid
Section titled “textureUuid”string
Returns
Section titled “Returns”number
Implementation of
Section titled “Implementation of”TimelineAssetRegistry.getTextureHandle
registerAsset()
Section titled “registerAsset()”registerAsset(
path,asset):void
Defined in: timeline/TimelinePlugin.ts:64
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”TimelineAssetRegistry.registerAsset
registerTextureHandles()
Section titled “registerTextureHandles()”registerTextureHandles(
path,handles):void
Defined in: timeline/TimelinePlugin.ts:72
Parameters
Section titled “Parameters”string
handles
Section titled “handles”Map<string, number>
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”TimelineAssetRegistry.registerTextureHandles