Click or drag to resize

BuilderOneMeshActionsSetMaterialForGeometry Method


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void SetMaterialForGeometry(
	MeshGeometry geom,
	Reference<Material> material,
	List<UndoSystemAction> undo,
	ref bool undoLocked
)

Parameters

geom  MeshGeometry
 
material  ReferenceMaterial
 
undo  ListUndoSystemAction
 
undoLocked  Boolean
 
See Also