Click or drag to resize
IMyEntitySetLocalMatrix Method

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

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

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

Parameters

localMatrix
Type: Matrix

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

source (Optional)
Type: SystemObject

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

See Also