Material |
The MaterialInvisible type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(IMaterial) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| HasSameSpecularPropertiesAs | Determines whether this material has the same specular properties as the material provided in anotherMaterial. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| WithColor | Gets a new instance of this material with the color set to the provided values. Material classes that don't support color should not throw an exception, but simply return the same instance. | |
| WithSpecularProperties | Gets a new instance of this material with the specular properties set to the provided values. | |
| WithSpecularPropertiesAs | Returns a new material based on this material, but with all specular properties taken from the template material provided in templateMaterial. |