Click or drag to resize

OctreeContainerGetObjects(Box, UInt32, OctreeContainerModeEnum, 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(
	Box box,
	uint groupMask,
	OctreeContainerModeEnum mode,
	int[] outputArray,
	out int outputCount
)

Parameters

box  Box
 
groupMask  UInt32
 
mode  OctreeContainerModeEnum
 
outputArray  Int32
 
outputCount  Int32
 

Return Value

Boolean
See Also