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