SamplerStateManager.DMapOffset Property |
Language: |
Retrieves or sets the vertex offset in the presampled displacement map.
Visual Basic Public Property DMapOffset As Integer C# public int DMapOffset { get; set; } C++ public:
property int DMapOffset {
int get();
void set(int value);
}JScript public function get DMapOffset() : int
public function set DMapOffset(int);
System.Int32
This property is read/write.
Integer that represents the vertex offset in the displacement map to set or retrieve.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.