Click or drag to resize

SceneGetObjectsInSpaceItem(SceneGetObjectsInSpaceItemCastTypeEnum, MetadataTypeInfo, Boolean, Sphere) Constructor

Initializes a new instance of the SceneGetObjectsInSpaceItem class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public GetObjectsInSpaceItem(
	SceneGetObjectsInSpaceItemCastTypeEnum castType,
	MetadataTypeInfo selectedTypeOnly,
	bool visibleOnly,
	Sphere sphere
)

Parameters

castType  SceneGetObjectsInSpaceItemCastTypeEnum
 
selectedTypeOnly  MetadataTypeInfo
 
visibleOnly  Boolean
 
sphere  Sphere
 
See Also