Struct CharacterDetail
キャラクターの詳細な情報
Inherited Members
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public struct CharacterDetail
Fields
character
紐づいているキャラクター
Declaration
public Character character
Field Value
Type | Description |
---|---|
Character |
description
キャラクターのプロフィール
Declaration
public string description
Field Value
Type | Description |
---|---|
String |
Remarks
プロフィールを記載していない場合はnullになる
description_fragments
プロフィールを分割した情報
Declaration
public List<DescriptionFragment> description_fragments
Field Value
Type | Description |
---|---|
List<DescriptionFragment> |
Remarks
プロフィール中に、URLとplainテキストが混じっている場合、分割されて格納される
websites
登録したWebサイト
Declaration
public List<WebSite> websites
Field Value
Type | Description |
---|---|
List<WebSite> |