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?)

Properties

Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard