GES.AssetClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
extract |
r |
A method that returns a new object of the asset’s |
|
inform_proxy |
r |
||
parent |
r |
||
proxied |
r |
Deprecated: 1.18: This vmethod is no longer called. |
|
request_id_update |
r |
A method called by a |
|
start_loading |
r |
A method to be called when an asset is being requested asynchronously. This will be after the properties of the asset have been set, so it is tasked with (re)loading the ‘state’ of the asset. The return value should indicated whether the loading is complete, is carrying on asynchronously, or an error occurred. The default implementation will simply return that loading is already complete (the asset is already in a usable state after the properties have been set). |
Methods¶
None
Details¶
- class GES.AssetClass¶