Show / Hide Table of Contents

Class VRM10Meta

VRM10 metadata

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

Allow this model to be used in content containing depictions of antisocial or hate behavior?

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

allow_excessively_sexual_usage

Allow this model to be used in content containing depictions of excessively sexual behavior?

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

allow_excessively_violent_usage

Allow this model to be used in content containing depictions of excessively violent behavior?

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

allow_political_or_religious_usage

Allow this model to be used in content for political or religious purposes?

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

allow_redistribution

Allow redistribution of this model?

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

avatar_permission

Permissions to set a personality for this model

Declaration
public string avatar_permission
Field Value
Type Description
String

commercial_usage

Permissions for commercial use settings for this model

Declaration
public string commercial_usage
Field Value
Type Description
String

credit_notation

Require or renounce credit attribution for this model

Declaration
public string credit_notation
Field Value
Type Description
String

modification

Set alteration permissions for this model

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