Summary
Container for the data of a tracker file that can be used on an
UnituneSource
.
Syntax
[PreferBinarySerialization]
public class UnituneAsset : ScriptableObject
Properties
Name | Property Type | Summary |
---|---|---|
Data | byte[] |
Module file byte data that will be read by Lipopenmpt.
|
Methods
Name | Return Value | Summary |
---|---|---|
CreateModule |
bool |
Create a Libopenmpt module object from the UnituneAsset instance.
|
CreateUnituneAsset |
bool |
Create a UnituneAsset from the module file's byte data.
static
|