GltfCamera.Type Property

Definition

Specifies if the camera uses a perspective or orthographic projection. Based on this, either the camera's perspective or orthographic property will be defined.

public:
 property Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfCameraType Type { Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfCameraType get(); void set(Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfCameraType value); };
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfCameraType Type { get; set; }
member this.Type : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfCameraType with get, set
Public Property Type As GltfCameraType

Property Value

GltfCameraType

Applies to