Class CharacterModelDetail
Character model details
Inherited Members
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class CharacterModelDetail
  Fields
character_detail
Details of character linked to model
Declaration
public CharacterDetail character_detail
  Field Value
| Type | Description | 
|---|---|
| CharacterDetail | 
character_model
Linked character model
Declaration
public CharacterModel character_model
  Field Value
| Type | Description | 
|---|---|
| CharacterModel | 
description
Model description
Declaration
public string description
  Field Value
| Type | Description | 
|---|---|
| String | 
description_fragments
Model data description divided into fragments
Declaration
public List<DescriptionFragment> description_fragments
  Field Value
| Type | Description | 
|---|---|
| List<DescriptionFragment> | 
Remarks
URLs, plain text and hashtags in the description are all fragmented accordingly
personality
Personality information linked to model
Declaration
public Personality personality
  Field Value
| Type | Description | 
|---|---|
| Personality |