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