AoMEngineLibrary.Graphics.Grn.GrnMesh.GrnMesh C# (CSharp) Method

GrnMesh() public method

public GrnMesh ( ) : System
return System
        public GrnMesh()
            : base()
        {
            this.VertexWeights = new List<VertexWeight>();
            this.BoneBindings = new List<GrnBoneBinding>();
        }

Same methods

GrnMesh::GrnMesh ( GrnFile parentFile ) : System