Class CharacterModelVersionMaterial
マテリアル詳細
Inherited Members
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class CharacterModelVersionMaterial
Fields
extensions_vrm_materialproperties
VRM拡張部のmaterial schema
Declaration
public List<ExtensionsVrmMaterialProperty> extensions_vrm_materialproperties
Field Value
Type | Description |
---|---|
List<ExtensionsVrmMaterialProperty> |
Remarks
VRM1.0のドラフト仕様より、VRM拡張部のmaterialPropertiesは削除される そのため、この値はnullになりうるのでnullチェックを必須にし、 利用する場合は、VRM1.0未満の場合のみを対象にすること
materials
GLTFのmaterial schema
Declaration
public List<GltfMaterial> materials
Field Value
Type | Description |
---|---|
List<GltfMaterial> |