Interface IModelSavable
モデルバージョンファイルを保存する手法を提供するインターフェース
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public interface IModelSavable
Methods
Save(DownloadLicense, Byte[])
モデルデータを保存する
Declaration
void Save(DownloadLicense license, byte[] downloadedData)
Parameters
Type | Name | Description |
---|---|---|
DownloadLicense | license | 保存するダウンロードライセンス |
Byte[] | downloadedData | 保存するバイナリデータ |