Click or drag to resize

GroupOfObjectsUtilityGroupOfObjectsInstanceGetOrCreateGroupOfObjectsElement Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public ushort GetOrCreateGroupOfObjectsElement(
	Mesh mesh,
	Material replaceMaterial,
	bool castShadows,
	double visibilityDistanceFactor,
	bool receiveDecals,
	double motionBlurFactor,
	bool collision
)

Parameters

mesh
Type: NeoAxisMesh
replaceMaterial
Type: NeoAxisMaterial
castShadows
Type: SystemBoolean
visibilityDistanceFactor
Type: SystemDouble
receiveDecals
Type: SystemBoolean
motionBlurFactor
Type: SystemDouble
collision
Type: SystemBoolean

Return Value

Type: UInt16
See Also