Reign.Video.Abstraction.SoftwareObjectBoneGroup.SoftwareObjectBoneGroup C# (CSharp) Method

SoftwareObjectBoneGroup() public method

public SoftwareObjectBoneGroup ( RMX_ObjectBoneGroup boneGroup ) : System.Collections.Generic
boneGroup RMX_ObjectBoneGroup
return System.Collections.Generic
        public SoftwareObjectBoneGroup(RMX_ObjectBoneGroup boneGroup)
        {
            Name = boneGroup.Name;
            Index = boneGroup.Index;
        }
SoftwareObjectBoneGroup