Click or drag to resize
IMyCubeBlockRaycastDetectors Method

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

Gets the name of interactive object intersected by defined line

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
string RaycastDetectors(
	Vector3 worldFrom,
	Vector3 worldTo
)

Parameters

worldFrom
Type: VRageMathVector3
Line from point in world coordinates
worldTo
Type: VRageMathVector3
Line to point in world coordinates

Return Value

Type: String
Name of intersected detector (interactive object)
See Also