Click or drag to resize

OctreeContainerGetObjects Method (Ray, UInt32, OctreeContainerModeEnum, OctreeContainerGetObjectsRayOutputData, Int32)

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

Parameters

ray
Type: NeoAxisRay
groupMask
Type: SystemUInt32
mode
Type: NeoAxisOctreeContainerModeEnum
outputArray
Type: NeoAxisOctreeContainerGetObjectsRayOutputData
outputCount
Type: SystemInt32

Return Value

Type: Boolean
See Also