new AxScene()
Creates a new scene media object
This is a virtual prototype meant to be inherited by overrideing its methods
- Source:
Methods
SetContext(context)
Sets the context for the scene media.
The context is needed to perform all loading, saving, of resources, reading and writing of data by the scene media.
Parameters:
Name | Type | Description |
---|---|---|
context |
Axis | The context to be set. It's an instance of axis, which the scene media will work with |
- Source: