Click or drag to resize
DigitalRuneBlendGroupIAnimatableObjectGetAnimatableProperty Method
Gets the property with given name and type which can be animated.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
IAnimatableProperty<T> IAnimatableObject.GetAnimatableProperty<T>(
	string name
)

Parameters

name
Type: SystemString
The name of the property.

Type Parameters

T
The type of the property.

Return Value

Type: IAnimatablePropertyT
The IAnimatableProperty that has the given name and type; otherwise, if the object does not have an property with this name or type.

Implements

IAnimatableObjectGetAnimatablePropertyT(String)
Remarks
The blend weights in a blend group can be animated. The blend weights are identified using the strings "Weight0", Weight1", etc., where the suffix is the index of the timeline.
See Also