Click or drag to resize

SceneGetObjectsInSpaceItem Constructor (SceneGetObjectsInSpaceItemCastTypeEnum, MetadataTypeInfo, Boolean, Frustum)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public GetObjectsInSpaceItem(
	SceneGetObjectsInSpaceItemCastTypeEnum castType,
	MetadataTypeInfo selectedTypeOnly,
	bool visibleOnly,
	Frustum frustum
)

Parameters

castType
Type: NeoAxisSceneGetObjectsInSpaceItemCastTypeEnum
selectedTypeOnly
Type: NeoAxisMetadataTypeInfo
visibleOnly
Type: SystemBoolean
frustum
Type: NeoAxisFrustum
See Also