Click or drag to resize
IMyLargeTurretBaseTrackTarget Method (Vector3D, Vector3)

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

Tracks given target with enabled position prediction

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void TrackTarget(
	Vector3D pos,
	Vector3 velocity
)

Parameters

pos
Type: Vector3D

[Missing <param name="pos"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyLargeTurretBase.TrackTarget(VRageMath.Vector3D,VRageMath.Vector3)"]

velocity
Type: VRageMathVector3

[Missing <param name="velocity"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyLargeTurretBase.TrackTarget(VRageMath.Vector3D,VRageMath.Vector3)"]

See Also