Click or drag to resize
MyStorageDataContent Method (Vector3I, Byte)

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

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

Namespace: VRage.Voxels
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public void Content(
	ref Vector3I p,
	byte content
)

Parameters

p
Type: Vector3I

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

content
Type: SystemByte

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

See Also