Click or drag to resize
IMySlimBlockInitOrientation Method (Vector3I, Vector3I)

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMySlimBlock.InitOrientation(VRageMath.Vector3I@,VRageMath.Vector3I@)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void InitOrientation(
	ref Vector3I forward,
	ref Vector3I up
)

Parameters

forward
Type: Vector3I

[Missing <param name="forward"/> documentation for "M:VRage.Game.ModAPI.IMySlimBlock.InitOrientation(VRageMath.Vector3I@,VRageMath.Vector3I@)"]

up
Type: Vector3I

[Missing <param name="up"/> documentation for "M:VRage.Game.ModAPI.IMySlimBlock.InitOrientation(VRageMath.Vector3I@,VRageMath.Vector3I@)"]

See Also