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

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
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 animatable property with this name or type.

Implements

IAnimatableObjectGetAnimatablePropertyT(String)
See Also