Click or drag to resize

GroupOfObjectsUtilityGroupOfObjectsInstanceGetOrCreateGroupOfObjectsElement Method


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

Parameters

mesh  Mesh
 
replaceMaterial  Material
 
castShadows  Boolean
 
visibilityDistanceFactor  Double
 
receiveDecals  Boolean
 
motionBlurFactor  Double
 
staticShadows  Boolean
 
collision  Boolean
 

Return Value

UInt16
See Also