AoMEngineLibrary.Graphics.Model.VertexWeight.VertexWeight C# (CSharp) Method

VertexWeight() public method

public VertexWeight ( ) : System
return System
        public VertexWeight()
        {
            this.BoneIndices = new List<int>();
            this.Weights = new List<float>();
        }
VertexWeight