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

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

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

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

Parameters

linearIdx
Type: SystemInt32

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

materialIdx
Type: SystemByte

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

See Also