BasicMaterial Class Members
In This Topic
The following tables list the members exposed by BasicMaterial.
Public Constructors
Public Properties
| Name | Description |
| Color |
Gets or sets the color of this material.
|
| EdgeColor |
Gets or sets the edge color of this material.
|
| EdgeWidth |
Gets or sets the edge width of this material.
|
| IsCullBackFace |
Gets or sets a value representing if back-face culling is a property of this material.
|
| Shininess |
Gets or sets the shininess of this material.
|
| TextureResource | A TextureResource that contains Texture. |
| TransparencyPercent |
Gets or sets the transparency of this material. The transparency is a value between 0 and 100 inclusive.
|
Top
Public Methods
| Name | Description |
| IsEqual | Overridden.
Determines if this material is equal to the other material.
|
Top
See Also