Show / Hide Table of Contents

Class GltfMaterial

GLTF material

Inheritance
Object
GltfMaterial
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 GltfMaterial
Remarks

On API, be aware that it is not complete material

Fields

alpha_mode

alphaMode

Declaration
public string alpha_mode
Field Value
Type Description
String

double_sided

doubleSided

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

extensions

Extension settings

Declaration
public GltfMaterialExtensions extensions
Field Value
Type Description
GltfMaterialExtensions
Remarks

On VRM 0.0, KHR_materials_unlit only. On VRM 1.0, mtoon is added

name

Material name

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