SpaceExportInfo
A structure containing information about the Space export settings. This structure must be initialized by calling #MLSpaceExportInfoInit before use.
Public Methods
SpaceExportInfo Create
Initialize default values for #SpaceExportInfo.
public static SpaceExportInfo Create(
uint version =1u
)
Parameters
Type | Name | Description |
---|---|---|
uint | version |
Public Attributes
SpaceId
#MLUUID of the Space that needs to be exported.
public MLUUID SpaceId;
Version
Version of the structure.
public uint Version;