Click or drag to resize
MyEntityIMyEntitySetLocalMatrix Method

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

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

Namespace: VRage.Game.Entity
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void IMyEntity.SetLocalMatrix(
	Matrix localMatrix,
	Object source
)

Parameters

localMatrix
Type: Matrix

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

source
Type: SystemObject

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

Implements

IMyEntitySetLocalMatrix(Matrix, Object)
See Also