Summary
Utility script using the local event system. Provides ability to trigger any local event
when this game object is enabled.
- Namespace
- ASL
.LocalEventSystem - Base Types
-
- MonoBehaviour
graph TD
Base0["MonoBehaviour"]-->Type
Type["OnEnableTrigger"]
class Type type-node
Syntax
public class OnEnableTrigger : MonoBehaviour
Fields
Name | Constant Value | Summary |
---|---|---|
EventsToTrigger |
Events that will be triggered.
|