Click or drag to resize

BuilderOneMeshActionsSetMaterialForGeometry Method

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

Parameters

geom
Type: NeoAxisMeshGeometry
material
Type: NeoAxisReferenceMaterial
undo
Type: System.Collections.GenericListUndoSystemAction
undoLocked
Type: SystemBoolean
See Also