AnimationController.PriorityBlend Property

Language:

Retrieves or sets the track blending weight.

Definition

Visual Basic Public Property PriorityBlend As Single
C# public float PriorityBlend { get; set; }
C++ public:
property float PriorityBlend {
        float get();
        void set(float value);
}
JScript public function get PriorityBlend() : float
public function set PriorityBlend(float);

Property Value

System.Single
Track blending weight.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center