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) |
GetAnimationClip(string) |
Gets a named AnimationClip |
GetProperty(string) |
Get the value of specified property |
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(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. |
RemoveProperty(string) |
Remove the specified property identified by name |
Render(Camera, Bitmap) |
Render the scene into bitmap from given camera’s perspective. |
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, Bitmap, ImageRenderOptions) |
Render the scene into bitmap from given camera’s perspective. |
Render(Camera, string, Size, ImageFormat) |
Render the scene into external file from given camera’s perspective. |
Render(Camera, string, Size, ImageFormat, 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(string, FileFormat) |
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 |