Show / Hide Table of Contents

Method GetClutter

| Edit this page View Source

GetClutter(string)

Get a Clutter by its name.

Search hierarchy:
  1. Custom Clutter with the exact name
  2. 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
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾