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