Show / Hide Table of Contents

Struct DownloadLicense

VRoidHubからモデルをダウンロードするためのライセンス情報

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public struct DownloadLicense

Fields

character_model_id

キャラクターモデルのID

Declaration
public string character_model_id
Field Value
Type Description
String

character_model_version_id

キャラクターモデルのバージョンID

Declaration
public string character_model_version_id
Field Value
Type Description
String

expires_at

ダウンロードライセンスの失効時間

Declaration
public string expires_at
Field Value
Type Description
String

id

ダウンロードライセンスID

Declaration
public string id
Field Value
Type Description
String

Properties

FileName

ライセンスファイルのファイル名を取得する

Declaration
public string FileName { get; }
Property Value
Type Description
String

保存されるファイル名

Methods

ExpiresAtDateTime()

ダウンロードライセンスの失効時間を取得する

Declaration
public DateTime ExpiresAtDateTime()
Returns
Type Description
DateTime

失効時間

IsExpired()

ダウンロードライセンスがすでに失効しているかを判定する

Declaration
public bool IsExpired()
Returns
Type Description
Boolean

ダウンロードライセンスが失効しているか

Back to top Generated by DocFX