Click or drag to resize
MyStorageDataBlockFill Method

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

[Missing <summary> documentation for "M:VRage.Voxels.MyStorageData.BlockFill(VRage.Voxels.MyStorageDataTypeEnum,VRageMath.Vector3I,VRageMath.Vector3I,System.Byte)"]

Namespace: VRage.Voxels
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public void BlockFill(
	MyStorageDataTypeEnum type,
	Vector3I min,
	Vector3I max,
	byte content
)

Parameters

type
Type: MyStorageDataTypeEnum

[Missing <param name="type"/> documentation for "M:VRage.Voxels.MyStorageData.BlockFill(VRage.Voxels.MyStorageDataTypeEnum,VRageMath.Vector3I,VRageMath.Vector3I,System.Byte)"]

min
Type: Vector3I

[Missing <param name="min"/> documentation for "M:VRage.Voxels.MyStorageData.BlockFill(VRage.Voxels.MyStorageDataTypeEnum,VRageMath.Vector3I,VRageMath.Vector3I,System.Byte)"]

max
Type: Vector3I

[Missing <param name="max"/> documentation for "M:VRage.Voxels.MyStorageData.BlockFill(VRage.Voxels.MyStorageDataTypeEnum,VRageMath.Vector3I,VRageMath.Vector3I,System.Byte)"]

content
Type: SystemByte

[Missing <param name="content"/> documentation for "M:VRage.Voxels.MyStorageData.BlockFill(VRage.Voxels.MyStorageDataTypeEnum,VRageMath.Vector3I,VRageMath.Vector3I,System.Byte)"]

See Also