Show / Hide Table of Contents

Class VRM10Meta

VRM10のメタデータ

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

Fields

allow_antisocial_or_hate_usage

このモデルの反社会的・憎悪表現を含むコンテンツでの利用を許可するか

Declaration
public bool? allow_antisocial_or_hate_usage
Field Value
Type Description
Nullable<Boolean>

allow_excessively_sexual_usage

このモデルの過剰な性的表現を含むコンテンツでの利用を許可するか

Declaration
public bool? allow_excessively_sexual_usage
Field Value
Type Description
Nullable<Boolean>

allow_excessively_violent_usage

このモデルの過剰な暴力表現を含むコンテンツでの利用を許可するか

Declaration
public bool? allow_excessively_violent_usage
Field Value
Type Description
Nullable<Boolean>

allow_political_or_religious_usage

このモデルの政治・宗教用途での利用を許可するか

Declaration
public bool? allow_political_or_religious_usage
Field Value
Type Description
Nullable<Boolean>

allow_redistribution

このモデルの再配布を許可するか

Declaration
public bool? allow_redistribution
Field Value
Type Description
Nullable<Boolean>

avatar_permission

このモデルに人格を与えることの許諾範囲

Declaration
public string avatar_permission
Field Value
Type Description
String

commercial_usage

このモデルを利用した商用利用の許可範囲

Declaration
public string commercial_usage
Field Value
Type Description
String

credit_notation

このモデルのクレジット表記の強制および放棄の指定

Declaration
public string credit_notation
Field Value
Type Description
String

modification

このモデルの改変の許可範囲

Declaration
public string modification
Field Value
Type Description
String
In This Article
Back to top Generated by DocFX