Click or drag to resize
MyObjectBuilder_VoxelMap Constructor (Vector3, String)

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

Initializes a new instance of the MyObjectBuilder_VoxelMap class

Namespace: VRage.Game
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public MyObjectBuilder_VoxelMap(
	Vector3 position,
	string storageName
)

Parameters

position
Type: VRageMathVector3

[Missing <param name="position"/> documentation for "M:VRage.Game.MyObjectBuilder_VoxelMap.#ctor(VRageMath.Vector3,System.String)"]

storageName
Type: SystemString

[Missing <param name="storageName"/> documentation for "M:VRage.Game.MyObjectBuilder_VoxelMap.#ctor(VRageMath.Vector3,System.String)"]

See Also