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

SoftwareVertexBoneGroup() public method

public SoftwareVertexBoneGroup ( int index, float weight ) : System.Collections.Generic
index int
weight float
return System.Collections.Generic
        public SoftwareVertexBoneGroup(int index, float weight)
        {
            Index = index;
            Weight = weight;
        }
SoftwareVertexBoneGroup