Click or drag to resize
MyDetectedEntityInfo Constructor
v01.180.0 (Beta)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the MyDetectedEntityInfo class

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MyDetectedEntityInfo(
	long entityId,
	string name,
	MyDetectedEntityType type,
	Nullable<Vector3D> hitPosition,
	MatrixD orientation,
	Vector3 velocity,
	MyRelationsBetweenPlayerAndBlock relationship,
	BoundingBoxD boundingBox,
	long timeStamp
)

Parameters

entityId
Type: SystemInt64
name
Type: SystemString
type
Type: Sandbox.ModAPI.IngameMyDetectedEntityType
hitPosition
Type: SystemNullableVector3D
orientation
Type: MatrixD
velocity
Type: Vector3
relationship
Type: MyRelationsBetweenPlayerAndBlock
boundingBox
Type: BoundingBoxD
timeStamp
Type: SystemInt64
See Also