Show / Hide Table of Contents

Class CharacterModelDetail

Character model details

Inheritance
Object
CharacterModelDetail
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
In This Article
Back to top Generated by DocFX