Click or drag to resize

Import3DCreateForPreviewDisplay Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Import3D CreateForPreviewDisplay(
	Scene scene,
	out bool onlyOneMaterial,
	out Dictionary<Mesh, Transform> transformBySourceMesh
)

Parameters

scene
Type: NeoAxisScene
onlyOneMaterial
Type: SystemBoolean
transformBySourceMesh
Type: System.Collections.GenericDictionaryMesh, Transform

Return Value

Type: Import3D
See Also