RenderStateManager.TweenFactor Property |
Language: |
Retrieves or sets a floating-point value that controls the tween factor.
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);
System.Single . Value that controls the tween factor.
This property is read/write.
The default value is 0.0f.
Feedback? Please provide us with your comments on this topic.