SkinInformation.MinBoneInfluence Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the minimum bone influence.
Definition
Visual Basic Public Property MinBoneInfluence As Single C# public float MinBoneInfluence { get; set; } C++ public:
property float MinBoneInfluence {
float get();
void set(float value);
}JScript public function get MinBoneInfluence() : float
public function set MinBoneInfluence(float);
Property Value
System.Single
Floating-point value that represents the minimum bone influence.This property is read/write.
Remarks
Influence values smaller than the minimum value are ignored.
Exceptions
The method call is invalid. For example, a method's parameter might contain an invalid value.