GltfSampler.MagFilter 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.
Magnification filter.
Valid values correspond to WebGL enums: 9728 (NEAREST) and 9729 (LINEAR).
public:
property Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfMagnificationFilterMode MagFilter { Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfMagnificationFilterMode get(); void set(Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfMagnificationFilterMode value); };
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfMagnificationFilterMode MagFilter { get; set; }
member this.MagFilter : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfMagnificationFilterMode with get, set
Public Property MagFilter As GltfMagnificationFilterMode