Method GetVisualElement
GetVisualElement(object)
Get the visual element for the MaterialFilter.
Declaration
public VisualElement GetVisualElement(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The MaterialFilter object to visualize. |
Returns
Type | Description |
---|---|
VisualElement | The visual element for the MaterialFilter. |
Implements
Exceptions
Type | Condition |
---|---|
ArgumentException | Thrown when the object is not a MaterialFilter. |