GltfSampler.WrapT 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.
t wrapping mode. All valid values correspond to WebGL enums.
public:
property Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfWrapMode WrapT { Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfWrapMode get(); void set(Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfWrapMode value); };
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfWrapMode WrapT { get; set; }
member this.WrapT : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfWrapMode with get, set
Public Property WrapT As GltfWrapMode