Method GetClutter
| Edit this page View SourceGetClutter(string)
Get a Clutter by its name.
Search hierarchy:
Search hierarchy:
- Custom Clutter with the exact name
- Vanilla Clutter with the exact name from ClutterSystem
Declaration
public ClutterSystem.Clutter GetClutter(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Name of the Clutter to search for. |
Returns
| Type | Description |
|---|---|
| Clutter | The existing Clutter, or null if none exists with given name |