new AxNativeSceneWriter(context)
Creates a axis native scene writer object.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Axis | Context to use for the writing. All serialization will be performed using this context |
Methods
Write(destination)
Writes the full contents of the context in Axis' native format
Parameters:
| Name | Type | Description |
|---|---|---|
destination |
AxStream | Stream in which to write |