Click or drag to resize

BuilderOneMeshActionsSplitVertices 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 SplitVertices(
	BuilderActionContext actionContext,
	bool splitOnlyOne,
	bool shiftSplitVertices
)

Parameters

actionContext
Type: NeoAxis.EditorBuilderActionContext
splitOnlyOne
Type: SystemBoolean
shiftSplitVertices
Type: SystemBoolean
See Also