DisplayMaterial Methods |
The DisplayMaterial type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | ||
| Dispose(Boolean) | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| GetBitmapTexture | ||
| GetBumpTexture |
Gets the bump texture for this display material.
| |
| GetEnvironmentTexture | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetTransparencyTexture | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetBitmapTexture(String, Boolean) | ||
| SetBitmapTexture(Texture, Boolean) | ||
| SetBitmapTexture(String, Bitmap, Boolean) |
Uses the pixels of an in-memory bitmap as this material's bitmap texture, without
writing an image file.
The pixels are copied into TextureCache under name. Calling this again with the same name replaces them in place, and the change shows up on the next redraw. | |
| SetBumpTexture(String, Boolean) | ||
| SetBumpTexture(Texture, Boolean) | ||
| SetEnvironmentTexture(String, Boolean) | ||
| SetEnvironmentTexture(Texture, Boolean) | ||
| SetTransparencyTexture(String, Boolean) | ||
| SetTransparencyTexture(Texture, Boolean) | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |