Show / Hide Table of Contents

Struct DescriptionFragment

モデル説明文を分割した断片

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 DescriptionFragment

Fields

body

内容

Declaration
public string body
Field Value
Type Description
String

normalized_body

bodyを整理した内容

url: URLからスキーム部分を取り除いたもの

plain: bodyと同じ

tag: タグから#を取り除いたもの

Declaration
public string normalized_body
Field Value
Type Description
String

type

型 (plain, url, tag)

Declaration
public EnumDescriptionFragmentType type
Field Value
Type Description
EnumDescriptionFragmentType
Back to top Generated by DocFX