SceneOpen Method |
Name | Description | |
---|---|---|
![]() | 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.
|