SceneSurfaceMaterialInput.WrappingUMode 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.
Gets or sets a value that indicates how wrapping occurs on the U axis.
public:
property SceneWrappingMode WrappingUMode { SceneWrappingMode get(); void set(SceneWrappingMode value); };
SceneWrappingMode WrappingUMode();
void WrappingUMode(SceneWrappingMode value);
public SceneWrappingMode WrappingUMode { get; set; }
var sceneWrappingMode = sceneSurfaceMaterialInput.wrappingUMode;
sceneSurfaceMaterialInput.wrappingUMode = sceneWrappingMode;
Public Property WrappingUMode As SceneWrappingMode
Property Value
A value that indicates how wrapping occurs on the U axis.