SamplerStateManager.MipMapLevelOfDetailBias Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the mipmap level of detail (LOD) bias.

Definition

Visual Basic .NET Public Property MipMapLevelOfDetailBias As Single
C# public float MipMapLevelOfDetailBias { get; set; }
Managed C++ public: __property float get_MipMapLevelOfDetailBias();
public: __property void set_MipMapLevelOfDetailBias(float);
JScript .NET public function get MipMapLevelOfDetailBias() : float
public function set MipMapLevelOfDetailBias(float);

Property Value

System.Single . Floating-point value that represents the mipmap bias to set or retrieve.

This property is read/write. 

Remarks

The default value is 0.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.