RenderStateManager.TweenFactor Property

Language:

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

Retrieves or sets a floating-point value that controls the tween factor.

Definition

Visual Basic .NET Public Property TweenFactor As Single
C# public float TweenFactor { get; set; }
Managed C++ public: __property float get_TweenFactor();
public: __property void set_TweenFactor(float);
JScript .NET 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.


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

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