Click or drag to resize
MyEntityIMyEntitySetPosition Method

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

[Missing <summary> documentation for "M:VRage.Game.Entity.MyEntity.VRage#ModAPI#IMyEntity#SetPosition(VRageMath.Vector3D)"]

Namespace: VRage.Game.Entity
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void IMyEntity.SetPosition(
	Vector3D pos
)

Parameters

pos
Type: Vector3D

[Missing <param name="pos"/> documentation for "M:VRage.Game.Entity.MyEntity.VRage#ModAPI#IMyEntity#SetPosition(VRageMath.Vector3D)"]

Implements

IMyEntitySetPosition(Vector3D)
See Also