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