Represents a collection of BoneMapper instances.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)

Syntax

C#
public class BoneMapperCollection : NotifyingCollection<BoneMapper>
Visual Basic
Public Class BoneMapperCollection _
	Inherits NotifyingCollection(Of BoneMapper)
Visual C++
public ref class BoneMapperCollection : public NotifyingCollection<BoneMapper^>

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'BoneMapper>)>)>
    DigitalRune.Collections..::..NotifyingCollection<(Of <(<'BoneMapper>)>)>
      DigitalRune.Animation.Character..::..BoneMapperCollection

See Also