| AnimationInstanceCollection Constructor |
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax protected AnimationInstanceCollection(
AnimationInstance owner,
int capacity
)
Protected Sub New (
owner As AnimationInstance,
capacity As Integer
)
protected:
AnimationInstanceCollection(
AnimationInstance^ owner,
int capacity
)
new :
owner : AnimationInstance *
capacity : int -> AnimationInstanceCollection
Parameters
- owner
- Type: DigitalRune.AnimationAnimationInstance
The animation instance that owns this child collection. - capacity
- Type: SystemInt32
The number of elements that the new list can initially store.
See Also