static FromFile(string) | Opens the scene from given path |
static FromFile(string, CancellationToken) | Opens the scene from given path |
static FromFile(string, FileFormat, CancellationToken) | Opens the scene from given path using specified file format. |
static FromFile(string, LoadOptions, CancellationToken) | Opens the scene from given path using specified file format. |
static FromStream(Stream, CancellationToken) | Opens the scene from given stream |
static FromStream(Stream, FileFormat, CancellationToken) | Opens the scene from given stream using specified file format. |
static FromStream(Stream, LoadOptions, CancellationToken) | Opens the scene from given stream using specified IO config. |
Clear() | Clears the scene content and restores the default settings. |
CreateAnimationClip(string) | A shorthand function to create and register the AnimationClip The first AnimationClip will be assigned to the CurrentAnimationClip |
FindProperty(string) | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name)(Inherited from A3DObject .) |
GetAnimationClip(string) | Gets a named AnimationClip |
GetProperty(string) | Get the value of specified property(Inherited from A3DObject .) |
Open(Stream) | Opens the scene from given stream |
Open(string) | Opens the scene from given path |
Open(Stream, CancellationToken) | Opens the scene from given stream |
Open(string, CancellationToken) | Opens the scene from given path |
Open(string, LoadOptions) | Opens the scene from given path using specified file format. |
Open(Stream, FileFormat, CancellationToken) | Opens the scene from given stream using specified file format. |
Open(Stream, LoadOptions, CancellationToken) | Opens the scene from given stream using specified IO config. |
Open(string, FileFormat, CancellationToken) | Opens the scene from given path using specified file format. |
Open(string, LoadOptions, CancellationToken) | Opens the scene from given path using specified file format. |
RemoveProperty(Property) | Removes a dynamic property.(Inherited from A3DObject .) |
RemoveProperty(string) | Remove the specified property identified by name(Inherited from A3DObject .) |
Render(Camera, string) | Render the scene into external file from given camera’s perspective. The default output size is 1024x768 and output format is png |
Render(Camera, TextureData) | Render the scene into bitmap from given camera’s perspective. |
Render(Camera, TextureData, ImageRenderOptions) | Render the scene into bitmap from given camera’s perspective. |
Render(Camera, string, Vector2, string) | Render the scene into external file from given camera’s perspective. |
Render(Camera, string, Vector2, string, ImageRenderOptions) | Render the scene into external file from given camera’s perspective. |
Save(string) | Saves the scene to specified path using specified file format. |
Save(Stream, FileFormat) | Saves the scene to stream using specified file format. |
Save(Stream, SaveOptions) | Saves the scene to stream using specified file format. |
Save(string, FileFormat) | Saves the scene to specified path using specified file format. |
Save(string, SaveOptions) | Saves the scene to specified path using specified file format. |
Save(Stream, FileFormat, CancellationToken) | Saves the scene to stream using specified file format. |
Save(Stream, SaveOptions, CancellationToken) | Saves the scene to stream using specified file format. |
Save(string, FileFormat, CancellationToken) | Saves the scene to specified path using specified file format. |
Save(string, SaveOptions, CancellationToken) | Saves the scene to specified path using specified file format. |
SetProperty(string, object) | Sets the value of specified property(Inherited from A3DObject .) |