Enum OnDoneBehaviour
Used on a variety of different scripts to determine what they do when they finish
Namespace: WeaverCore.Enums
Assembly: WeaverCore.dll
Syntax
public enum OnDoneBehaviour
Fields
Name | Description |
---|---|
Destroy | The script's object will be destroyed when finished |
DestroyOrPool | The script's object will be sent back into a pool (or destroyed of it's not part of a pool) |
Disable | The script's object will be disabled when finished |
Nothing | The script does nothing when finished |