C# Class UniGLTF.glTFMaterial

Inheritance: IJsonSerializable
Mostra file Open project: sotanmochi/VRMLiveMotionStreamer Class Usage Examples

Public Properties

Property Type Description
doubleSided bool
emissiveTexture glTFTextureInfo
extras object
name string
normalTexture glTFMaterialNormalTextureInfo
occlusionTexture UniGLTF.glTFMaterialOcclusionTextureInfo
pbrMetallicRoughness glTFPbrMetallicRoughness

Protected Methods

Method Description
SerializeMembers ( UniGLTF.GLTFJsonFormatter f ) : void

Method Details

SerializeMembers() protected method

protected SerializeMembers ( UniGLTF.GLTFJsonFormatter f ) : void
f UniGLTF.GLTFJsonFormatter
return void

Property Details

doubleSided public_oe property

public bool doubleSided
return bool

emissiveTexture public_oe property

public glTFTextureInfo,UniGLTF emissiveTexture
return glTFTextureInfo

extras public_oe property

public object extras
return object

name public_oe property

public string name
return string

normalTexture public_oe property

public glTFMaterialNormalTextureInfo,UniGLTF normalTexture
return glTFMaterialNormalTextureInfo

occlusionTexture public_oe property

public glTFMaterialOcclusionTextureInfo,UniGLTF occlusionTexture
return UniGLTF.glTFMaterialOcclusionTextureInfo

pbrMetallicRoughness public_oe property

public glTFPbrMetallicRoughness,UniGLTF pbrMetallicRoughness
return glTFPbrMetallicRoughness