Class CharacterModelVersionMaterial
Material details
Inherited Members
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> |