RenderStateManager.TweenFactor Property (Microsoft.DirectX.Direct3D)
Retrieves or sets a floating-point value that controls the tween factor.
Definition
Visual Basic Public Property TweenFactor As Single C# public float TweenFactor { get; set; } C++ public:
property float TweenFactor {
float get();
void set(float value);
}JScript public function get TweenFactor() : float
public function set TweenFactor(float);
Property Value
System.Single
Value that controls the tween factor.This property is read/write.
Remarks
The default value is 0.0f.