Click or drag to resize
DigitalRuneAnimationInstanceCollection Constructor
Initializes a new instance of the AnimationInstanceCollection class.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
protected AnimationInstanceCollection(
	AnimationInstance owner,
	int capacity
)

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