Click or drag to resize
MyEntityIMyEntitySetWorldMatrix Method

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

[Missing <summary> documentation for "M:VRage.Game.Entity.MyEntity.VRage#ModAPI#IMyEntity#SetWorldMatrix(VRageMath.MatrixD,System.Object)"]

Namespace: VRage.Game.Entity
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void IMyEntity.SetWorldMatrix(
	MatrixD worldMatrix,
	Object source
)

Parameters

worldMatrix
Type: MatrixD

[Missing <param name="worldMatrix"/> documentation for "M:VRage.Game.Entity.MyEntity.VRage#ModAPI#IMyEntity#SetWorldMatrix(VRageMath.MatrixD,System.Object)"]

source
Type: SystemObject

[Missing <param name="source"/> documentation for "M:VRage.Game.Entity.MyEntity.VRage#ModAPI#IMyEntity#SetWorldMatrix(VRageMath.MatrixD,System.Object)"]

Implements

IMyEntitySetWorldMatrix(MatrixD, Object)
See Also