Show / Hide Table of Contents

Struct UserDetail

ユーザの詳細情報

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public struct UserDetail

Fields

description

プロフィール情報

Declaration
public string description
Field Value
Type Description
String

description_fragments

プロフィールを分割した情報

Declaration
public List<DescriptionFragment> description_fragments
Field Value
Type Description
List<DescriptionFragment>

user

紐づくユーザ情報

Declaration
public User user
Field Value
Type Description
User
Back to top Generated by DocFX