Show / Hide Table of Contents

Class GltfMaterial

GLTFのmaterial

Inheritance
Object
GltfMaterial
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public class GltfMaterial
Remarks

APIの仕様上、完全な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

拡張設定

Declaration
public Dictionary<string, JObject> extensions
Field Value
Type Description
Dictionary<String, JObject>
Remarks

VRM 0.0では、KHR_materials_unlitのみ。

name

マテリアル名

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