class GltfModel : Model


GltfModel represents a glTF resource in SceneCore. These can be used as part of the Environment or to display 3D models with GltfModelEntity. These are created by the Session.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties