AoMEngineLibrary.Graphics.Grn.GrnMesh.GrnMesh C# (CSharp) Метод

GrnMesh() публичный Метод

public GrnMesh ( ) : System
Результат System
        public GrnMesh()
            : base()
        {
            this.VertexWeights = new List<VertexWeight>();
            this.BoneBindings = new List<GrnBoneBinding>();
        }

Same methods

GrnMesh::GrnMesh ( GrnFile parentFile ) : System