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

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

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

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

Parameters

linearIdx
Type: SystemInt32

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

content
Type: SystemByte

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

See Also