Wrap Enumeration
|
Language: |
Note: This documentation is preliminary and is subject to change.
Defines texture wrapping.
Definition
Visual Basic .NET |
Public Enum Wrap |
C# |
public enum Wrap |
Managed C++ |
__value public enum Wrap |
JScript .NET |
public enum Wrap |
Members
Member |
Value |
Description |
W |
4 |
W texture wrapping (wrapping in the direction of the third dimension). |
V |
2 |
V texture wrapping (wrapping in the direction of the second dimension). |
U |
1 |
U texture wrapping (wrapping in the direction of the first dimension). |
Remarks
This enumeration is used by the RenderStateManager.Wrap0 property and the Wrap1 through Wrap15 properties.
Enumeration Information
Namespace |
Microsoft.DirectX.Direct3D |
Assembly |
Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll) |
Strong Name |
Microsoft.DirectX.Direct3D,
Version=1.0.2902.0,
Culture=neutral,
PublicKeyToken=31bf3856ad364e35 |
See Also
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center