Click or drag to resize

SurfaceCompiledSurfaceDataGetMesh Method (Int32, Int32, Boolean, Mesh)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetMesh(
	int variationGroup,
	int variationElement,
	out bool enabled,
	out Mesh mesh
)

Parameters

variationGroup
Type: SystemInt32
variationElement
Type: SystemInt32
enabled
Type: SystemBoolean
mesh
Type: NeoAxisMesh
See Also