Summary
Create a Libopenmpt module object from the UnituneAsset instance.
Syntax
public bool CreateModule(out Module module)
Parameters
Name | Type | Description |
---|---|---|
module | Module | An out parameter returning the created module object. |
Return Value
Type | Description |
---|---|
bool | True if the module is created successfully, false otherwise. |