C# Class GlTF_Material

Inheritance: GlTF_Writer
ファイルを表示 Open project: tparisi/Unity-glTF-Exporter Class Usage Examples

Public Properties

Property Type Description
ambient GlTF_ColorOrTexture,
diffuse GlTF_ColorOrTexture,
instanceTechniqueName string
shininess float
specular GlTF_ColorOrTexture,

Public Methods

Method Description
Write ( ) : void

Method Details

Write() public method

public Write ( ) : void
return void

Property Details

ambient public_oe property

public GlTF_ColorOrTexture, ambient
return GlTF_ColorOrTexture,

diffuse public_oe property

public GlTF_ColorOrTexture, diffuse
return GlTF_ColorOrTexture,

instanceTechniqueName public_oe property

public string instanceTechniqueName
return string

shininess public_oe property

public float shininess
return float

specular public_oe property

public GlTF_ColorOrTexture, specular
return GlTF_ColorOrTexture,