Show / Hide Table of Contents

Class Personality

性格情報

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

性格を表示するときの表記(実行しているVRoidHubのユーザーの言語設定に応じて言語が変わります)

Declaration
public string label
Field Value
Type Description
String

label_en

性格を表示するときの表記(英語)

Declaration
public string label_en
Field Value
Type Description
String

name

性格の識別子

Declaration
public string name
Field Value
Type Description
String

Properties

PersonalityName

nameをPersonalityNameへ変換します。もしPersonalityNameへ合致するものがなかった場合は、PersonalityName.Standard を返します。

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

PersonalityName

In This Article
Back to top Generated by DocFX