Click or drag to resize
AB4D logo

Material Methods

The Material type exposes the following members.

Methods
 NameDescription
Public methodClone Clones the current material with creating a shallow copy of this Material (properties are copied but referenced objects are preserved).
Public methodGetDefaultRenderingQueue Returns the RenderingQueue that should be used to render this material. The default method implementation returns TransparentRenderingQueue or OtherGeometryRenderingQueue based on the HasTransparency value.
Public methodRefresh Refresh method regenerates the material and the resources it created.
Public methodToString ToString
(Overrides ObjectToString)
Top
See Also