Click or drag to resize

OctreeContainerGetObjects Method (Box, UInt32, OctreeContainerModeEnum, Int32, Int32, Int32)

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

Parameters

box
Type: NeoAxisBox
groupMask
Type: SystemUInt32
mode
Type: NeoAxisOctreeContainerModeEnum
outputArray
Type: SystemInt32*
outputArrayLength
Type: SystemInt32
outputCount
Type: SystemInt32

Return Value

Type: Boolean
See Also