SamplerStateManager.MaxMipLevel Property |
Language: |
Retrieves or sets the level of detail (LOD) index of the largest map to use.
Visual Basic .NET Public Property MaxMipLevel As Integer C# public int MaxMipLevel { get; set; } Managed C++ public: __property int get_MaxMipLevel();
public: __property void set_MaxMipLevel(int);JScript .NET public function get MaxMipLevel() : int
public function set MaxMipLevel(int);
System.Int32 . Integer that represents the maximum level of detail (LOD) to set or retrieve.
This property is read/write.
The index value can range from 0 to (n-1), where 0 is the largest map.
Feedback? Please provide us with your comments on this topic.