| MorphWeightCollectionItem Property |
Gets or sets the weight of the specified morph target.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As Single
Get
Set
public:
property float default[String^ name] {
float get (String^ name);
void set (String^ name, float value);
}
member Item : float32 with get, set
Parameters
- name
- Type: SystemString
The name of the morph target.
Property Value
Type:
SingleThe weight of the morph target.
Exceptions See Also