Show / Hide Table of Contents

Interface IModelLoadable

ダウンロードライセンスをもとにモデルバージョンファイルをロードる手法を提供するインターフェース

Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public interface IModelLoadable

Methods

Load(DownloadLicense)

モデルデータをロードする

Declaration
byte[] Load(DownloadLicense license)
Parameters
Type Name Description
DownloadLicense license

ロードに使用するダウンロードライセンス

Returns
Type Description
Byte[]

ロードしたバイナリデータ

Back to top Generated by DocFX