Click or drag to resize
MyStorageData Constructor (MyStorageDataTypeFlags)

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

Initializes a new instance of the MyStorageData class

Namespace: VRage.Voxels
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public MyStorageData(
	MyStorageDataTypeFlags typesToStore = MyStorageDataTypeFlags.ContentAndMaterial
)

Parameters

typesToStore (Optional)
Type: MyStorageDataTypeFlags

[Missing <param name="typesToStore"/> documentation for "M:VRage.Voxels.MyStorageData.#ctor(VRage.Voxels.MyStorageDataTypeFlags)"]

See Also