Functions
Synchronously loads a 3D model from a file and returns its root entity.
Synchronously loads a 3D model from the specified URI string and returns its root entity.
Synchronously loads a 3D model from a content provider URI and returns its root entity.
Synchronously loads a 3D model from an InputStream and returns its root entity.
Synchronously loads a 3D model from the specified AssetBundle and returns its root entity.
Asynchronously loads a 3D model from a file and returns its root entity.
Asynchronously loads a 3D model from the specified URI string and returns its root entity.
Asynchronously loads a 3D model from a content provider URI and returns its root entity.
Asynchronously loads a 3D model from an InputStream and returns its root entity.
Asynchronously loads an entity from the specified model name in the AssetBundle, and the root node will be returned as an entity.