Show / Hide Table of Contents

Class Personality

Personality data

Inheritance
Object
Personality
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 Personality

Constructors

Personality()

Declaration
public Personality()

Fields

label

Personality label (display language changes according to the VRoid Hub user's language settings)

Declaration
public string label
Field Value
Type Description
String

label_en

Personality label (English)

Declaration
public string label_en
Field Value
Type Description
String

name

Personality identifier

Declaration
public string name
Field Value
Type Description
String

Properties

PersonalityName

Convert name to PersonalityName. Returns PersonalityName.Standard if there is no match to PersonalityName.

Declaration
public PersonalityName PersonalityName { get; }
Property Value
Type Description
PersonalityName

PersonalityName

In This Article
Back to top Generated by DocFX