C# Class UniGLTF.glTFMaterial

Inheritance: IJsonSerializable
Show 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 property

public bool doubleSided
return bool

emissiveTexture public property

public glTFTextureInfo,UniGLTF emissiveTexture
return glTFTextureInfo

extras public property

public object extras
return object

name public property

public string name
return string

normalTexture public property

public glTFMaterialNormalTextureInfo,UniGLTF normalTexture
return glTFMaterialNormalTextureInfo

occlusionTexture public property

public glTFMaterialOcclusionTextureInfo,UniGLTF occlusionTexture
return UniGLTF.glTFMaterialOcclusionTextureInfo

pbrMetallicRoughness public property

public glTFPbrMetallicRoughness,UniGLTF pbrMetallicRoughness
return glTFPbrMetallicRoughness