Click or drag to resize

Sensor2DResultItem Constructor

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ResultItem(
	ObjectInSpace obj,
	Nullable<Vector2> position,
	double distanceScale,
	Physics2DRayTestItemResultItem testResult = null
)

Parameters

obj
Type: NeoAxisObjectInSpace
position
Type: SystemNullableVector2
distanceScale
Type: SystemDouble
testResult (Optional)
Type: NeoAxisPhysics2DRayTestItemResultItem
See Also