Show / Hide Table of Contents

Class CharacterModelVersionMaterial

Material details

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

Fields

extensions_vrm_materialproperties

VRM extension material schema

Declaration
public List<ExtensionsVrmMaterialProperty> extensions_vrm_materialproperties
Field Value
Type Description
List<ExtensionsVrmMaterialProperty>
Remarks

From VRM1.0 draft version, VRM extension materialProperties are deleted Because of this, it is possible that this value may be null, so null check is necessary, may only be applied for use in VRM 1.0 or earlier

materials

GLTF material schema

Declaration
public List<GltfMaterial> materials
Field Value
Type Description
List<GltfMaterial>
In This Article
Back to top Generated by DocFX