File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
docs/ScriptReference/Actions Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,17 @@ Trigger an event while the time is reached.
44
55## Variables
66
7- | Name | Description |
8- | :---------------| :------------------------------------------|
9- | onAction | Action to trigger if the time is reached. |
10- | mInvokeOnStart | Run immediately on the first frame. |
11- | mActive | Is this component active?" |
12- | mTime | Time to trigger the event. |
13- | mAdjustTime | Time that will randomly affect the time. |
14- | mTimeType | Type of the delta time. |
15- | mUnityEvents | Event that will be triggered. |
7+ | Name | Description |
8+ | :---------------| :-------------------------------------------|
9+ | onAction | Action to trigger if the time is reached. |
10+ | onBeforeAction | Execution before action is being executed. |
11+ | onAfterAction | Execution after action is being executed. |
12+ | mInvokeOnStart | Run immediately on the first frame. |
13+ | mActive | Is this component active?" |
14+ | mTime | Time to trigger the event. |
15+ | mAdjustTime | Time that will randomly affect the time. |
16+ | mTimeType | Type of the delta time. |
17+ | mUnityEvents | Event that will be triggered. |
1618
1719## Functions
1820
You can’t perform that action at this time.
0 commit comments