Click or drag to resize

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

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool GetObjects(
	Plane[] planes,
	uint groupMask,
	int[] outputArray,
	OctreeContainerModeEnum mode,
	out int outputCount
)

Parameters

planes
Type: NeoAxisPlane
groupMask
Type: SystemUInt32
outputArray
Type: SystemInt32
mode
Type: NeoAxisOctreeContainerModeEnum
outputCount
Type: SystemInt32

Return Value

Type: Boolean
See Also