Click or drag to resize

SceneGetObjectsInSpace Method (IListSceneGetObjectsInSpaceItem, Int32)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetObjectsInSpace(
	IList<SceneGetObjectsInSpaceItem> items,
	int expectedMaximumNumberButNotStrictlyMaximum = 0
)

Parameters

items
Type: System.Collections.GenericIListSceneGetObjectsInSpaceItem
expectedMaximumNumberButNotStrictlyMaximum (Optional)
Type: SystemInt32
See Also