C# Class UniGLTF.glTFMaterial

Inheritance: IJsonSerializable
Afficher le fichier Open project: sotanmochi/VRMLiveMotionStreamer Class Usage Examples

Méthodes publiques

Свойство Type Description
doubleSided bool
emissiveTexture glTFTextureInfo
extras object
name string
normalTexture glTFMaterialNormalTextureInfo
occlusionTexture UniGLTF.glTFMaterialOcclusionTextureInfo
pbrMetallicRoughness glTFPbrMetallicRoughness

Méthodes protégées

Méthode Description
SerializeMembers ( UniGLTF.GLTFJsonFormatter f ) : void

Method Details

SerializeMembers() protected méthode

protected SerializeMembers ( UniGLTF.GLTFJsonFormatter f ) : void
f UniGLTF.GLTFJsonFormatter
Résultat void

Property Details

doubleSided public_oe property

public bool doubleSided
Résultat bool

emissiveTexture public_oe property

public glTFTextureInfo,UniGLTF emissiveTexture
Résultat glTFTextureInfo

extras public_oe property

public object extras
Résultat object

name public_oe property

public string name
Résultat string

normalTexture public_oe property

public glTFMaterialNormalTextureInfo,UniGLTF normalTexture
Résultat glTFMaterialNormalTextureInfo

occlusionTexture public_oe property

public glTFMaterialOcclusionTextureInfo,UniGLTF occlusionTexture
Résultat UniGLTF.glTFMaterialOcclusionTextureInfo

pbrMetallicRoughness public_oe property

public glTFPbrMetallicRoughness,UniGLTF pbrMetallicRoughness
Résultat glTFPbrMetallicRoughness