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

GrnMesh() public method

public GrnMesh ( GrnFile parentFile ) : System
parentFile GrnFile
return System
        public GrnMesh(GrnFile parentFile)
            : this()
        {
            this.ParentFile = parentFile;
        }

Same methods

GrnMesh::GrnMesh ( ) : System