ObjMaterial
Contents
[
Hide
]ObjMaterial class
Constructors
| Constructor | Description |
|---|---|
| ObjMaterial() | Initializes a new instance of the ObjMaterial class. |
Methods
| Method | Description |
|---|---|
| getName() | Gets or sets the name. |
| setName(String value) | Gets or sets the name. |
| getDiffuse() | Gets or sets the diffuse. |
| setDiffuse(Obj3Values value) | Gets or sets the diffuse. |
ObjMaterial()
public ObjMaterial()
Initializes a new instance of the ObjMaterial class.
getName()
public final String getName()
Gets or sets the name.
Returns: String - The name.
setName(String value)
public final void setName(String value)
Gets or sets the name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The name. |
getDiffuse()
public final Obj3Values getDiffuse()
Gets or sets the diffuse.
Returns: Obj3Values - The diffuse.
setDiffuse(Obj3Values value)
public final void setDiffuse(Obj3Values value)
Gets or sets the diffuse.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Obj3Values | The diffuse. |