Click or drag to resize
SerializableBlockOrientation Constructor (Base6DirectionsDirection, Base6DirectionsDirection)

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

Initializes a new instance of the SerializableBlockOrientation class

Namespace: VRage.Game
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public SerializableBlockOrientation(
	Direction forward,
	Direction up
)

Parameters

forward
Type: Direction

[Missing <param name="forward"/> documentation for "M:VRage.Game.SerializableBlockOrientation.#ctor(VRageMath.Base6Directions.Direction,VRageMath.Base6Directions.Direction)"]

up
Type: Direction

[Missing <param name="up"/> documentation for "M:VRage.Game.SerializableBlockOrientation.#ctor(VRageMath.Base6Directions.Direction,VRageMath.Base6Directions.Direction)"]

See Also