GltfCamera
data class GltfCamera(val name: String?, val type: String, val perspective: GltfCameraPerspective?, val orthographic: GltfCameraOrthographic?)(source)
Constructors
Link copied to clipboard
constructor(name: String?, type: String, perspective: GltfCameraPerspective?, orthographic: GltfCameraOrthographic?)