Click or drag to resize

DisplayMaterial Methods

The DisplayMaterial type exposes the following members.

Methods
  NameDescription
Public methodDispose
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetBitmapTexture
Public methodGetBumpTexture
Gets the bump texture for this display material.
Public methodGetEnvironmentTexture
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTransparencyTexture
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetBitmapTexture(String, Boolean)
Public methodSetBitmapTexture(Texture, Boolean)
Public methodSetBumpTexture(String, Boolean)
Public methodSetBumpTexture(Texture, Boolean)
Public methodSetEnvironmentTexture(String, Boolean)
Public methodSetEnvironmentTexture(Texture, Boolean)
Public methodSetTransparencyTexture(String, Boolean)
Public methodSetTransparencyTexture(Texture, Boolean)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also