Represents a material in an ObjModel.
More...
|
| string | Name [get, set] |
| | Gets or sets the name of the material.
|
| |
| string | DiffuseTexture [get, set] |
| | Gets or sets the diffuse texture.
|
| |
| Vector3 | Diffuse [get, set] |
| | Gets or sets the diffuse color.
|
| |
| Vector3 | Ambient [get, set] |
| | Gets or sets the amient color.
|
| |
| Vector3 | Specular [get, set] |
| | Gets or sets the specular color.
|
| |
Represents a material in an ObjModel.
◆ Ambient
| Vector3 KclLibrary.ObjMaterial.Ambient |
|
getset |
Gets or sets the amient color.
◆ Diffuse
| Vector3 KclLibrary.ObjMaterial.Diffuse |
|
getset |
Gets or sets the diffuse color.
◆ DiffuseTexture
| string KclLibrary.ObjMaterial.DiffuseTexture |
|
getset |
Gets or sets the diffuse texture.
◆ Name
| string KclLibrary.ObjMaterial.Name |
|
getset |
Gets or sets the name of the material.
◆ Specular
| Vector3 KclLibrary.ObjMaterial.Specular |
|
getset |
Gets or sets the specular color.
The documentation for this class was generated from the following file: