Click or drag to resize

OctreeContainerGetObjects(Bounds, UInt32, OctreeContainerModeEnum, Int32*, Int32, Int32) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool GetObjects(
	Bounds bounds,
	uint groupMask,
	OctreeContainerModeEnum mode,
	int* outputArray,
	int outputArrayLength,
	out int outputCount
)

Parameters

bounds  Bounds
 
groupMask  UInt32
 
mode  OctreeContainerModeEnum
 
outputArray  Int32*
 
outputArrayLength  Int32
 
outputCount  Int32
 

Return Value

Boolean
See Also