Event OnClutterRegistered
Event that gets fired after all CustomClutter are registered in the ClutterSystem.
Your code will execute every time a new ClutterSystem is available.
If you want to execute just once you will need to unregister from the event after execution.
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public static event Action OnClutterRegistered
Returns
| Type | Description |
|---|---|
| Action | Event that gets fired after all are registered in the ClutterSystem. Your code will execute every time a new ClutterSystem is available. If you want to execute just once you will need to unregister from the event after execution. |