GltfObject.cameras Field
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.
An array of cameras. A camera defines a projection matrix.
public: cli::array <Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfCamera ^> ^ cameras;
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfCamera[] cameras;
val mutable cameras : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfCamera[]
Public cameras As GltfCamera()