| GamePropertyTAsAnimatable Method |
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public IAnimatableProperty<T> AsAnimatable()
Public Function AsAnimatable As IAnimatableProperty(Of T)
public:
IAnimatableProperty<T>^ AsAnimatable()
member AsAnimatable : unit -> IAnimatableProperty<'T>
Return Value
Type:
IAnimatablePropertyT
An
IAnimatablePropertyT instance that animates this game object property.
Remarks See Also