GltfCamera.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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