API ReferenceEditor.MapDoc
MapMeshclass
MapMesh is the Hammer map node which represents editable mesh geometry in a Hammer map. This is the map node that is created when using the hammer geometry editing tools.
Constructors1
Showing 1 constructors
public MapMesh(Editor.MapDoc.MapDocument mapDocument = null)
| Parameter | Type | Description |
|---|---|---|
| mapDocument = null | MapDocument | — |
No results match this filter.
Methods3
Showing 3 methods
public void ConstructFromPolygons(Editor.MeshEditor.PrimitiveBuilder.PolygonMesh mesh)
Constructs the mesh from the given `Editor.MeshEditor.PrimitiveBuilder.PolygonMesh` builder.
| Parameter | Type | Description |
|---|---|---|
| mesh | PolygonMesh | — |
Returns:
void—public System.Collections.Generic.IEnumerable`1<Editor.Asset> GetFaceMaterialAssets()
Get all material assets used on this mesh
No results match this filter.