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