Drag[en]gine Script Module DragonScript
1.23
|
Video resource element class property for use with XML loading. More...
Public Member Functions | |
void | copyValue (ElementClass elementClass, ElementClassProperty property) |
Copy value from another element class property of the same type. More... | |
void | failedLoading (String filename, ResourceLoaderType resourceType) |
Resource failed loading. More... | |
void | finishedLoading (String path, ResourceLoaderType resourceType, Object resource) |
Resource has finished loading. More... | |
bool | getHasPreloaded () |
Property has been preloaded. More... | |
String | getPath () |
Path to video resource. More... | |
Video | getVideo () |
Video resource or null if not present. More... | |
Video | getVideo (StubWithProperties stub, ElementClass eclass) |
Video modified by stub property if present. More... | |
bool | logPreloadProblems (ElementClass elementClass, Console console) |
Log preloading problems. More... | |
ECPVideo | new (String name) |
Create property. More... | |
ECPVideo | new (String name, String path) |
Create property with initial path. More... | |
void | preloadResources (ElementClass elementClass, PreloadCounter counter) |
Preload resources if supported. More... | |
void | setPath (String path) |
Set path to video resource. More... | |
void | setValue (Object value) |
Set value of property from XML decoded value. More... | |
void | setVideo (Video video) |
Set video resource or null if not present. More... | |
Public Member Functions inherited from Dragengine.Scenery.ElementClassProperty | |
void | dispose () |
Dispose of element class property to break reference loops. More... | |
String | getName () |
Name. More... | |
Notification |
Video resource element class property for use with XML loading.
Video resource is set from XML using a path. Loads the resource during preloading. The value of the property is then the loaded resource. If loading fails null resource is stored.
void Dragengine.Scenery.ECPVideo.copyValue | ( | ElementClass | elementClass, |
ElementClassProperty | property | ||
) |
Copy value from another element class property of the same type.
void Dragengine.Scenery.ECPVideo.failedLoading | ( | String | filename, |
ResourceLoaderType | resourceType | ||
) |
Resource failed loading.
Implements Dragengine.ResourceListener.
void Dragengine.Scenery.ECPVideo.finishedLoading | ( | String | path, |
ResourceLoaderType | resourceType, | ||
Object | resource | ||
) |
Resource has finished loading.
Implements Dragengine.ResourceListener.
bool Dragengine.Scenery.ECPVideo.getHasPreloaded | ( | ) |
Property has been preloaded.
String Dragengine.Scenery.ECPVideo.getPath | ( | ) |
Path to video resource.
Video Dragengine.Scenery.ECPVideo.getVideo | ( | ) |
Video resource or null if not present.
Video Dragengine.Scenery.ECPVideo.getVideo | ( | StubWithProperties | stub, |
ElementClass | eclass | ||
) |
Video modified by stub property if present.
If named stub property is not present or empty string the stored video is returned. If the named stub property is present it is loaded as video resource.
bool Dragengine.Scenery.ECPVideo.logPreloadProblems | ( | ElementClass | elementClass, |
Console | console | ||
) |
Log preloading problems.
Reimplemented from Dragengine.Scenery.ElementClassProperty.
ECPVideo Dragengine.Scenery.ECPVideo.new | ( | String | name | ) |
Create property.
Reimplemented from Dragengine.Scenery.ElementClassProperty.
ECPVideo Dragengine.Scenery.ECPVideo.new | ( | String | name, |
String | path | ||
) |
Create property with initial path.
void Dragengine.Scenery.ECPVideo.preloadResources | ( | ElementClass | elementClass, |
PreloadCounter | counter | ||
) |
Preload resources if supported.
Reimplemented from Dragengine.Scenery.ElementClassProperty.
void Dragengine.Scenery.ECPVideo.setPath | ( | String | path | ) |
Set path to video resource.
void Dragengine.Scenery.ECPVideo.setValue | ( | Object | value | ) |
Set value of property from XML decoded value.
Reimplemented from Dragengine.Scenery.ElementClassProperty.
void Dragengine.Scenery.ECPVideo.setVideo | ( | Video | video | ) |
Set video resource or null if not present.