-
Notifications
You must be signed in to change notification settings - Fork 0
JudgementTrigger
desc Trigger that activates on judgement events.
Remarks Created via Trigger.judgement(). All judgement filter methods can be chained and will combine their listened events.
desc Sets the channel to listen to Max judge event.
Return types
desc Sets the channel to listen to Perfect judge event. This includes early, late, and max perfects.
Return types
desc Sets the channel to listen to Early Perfect judge event.
Return types
desc Sets the channel to listen to Late Perfect judge event.
Return types
desc Sets the channel to listen to Good judge event. This includes early and late goods.
Return types
desc Sets the channel to listen to Early Good judge event.
Return types
desc Sets the channel to listen to Late Good judge event.
Return types
desc Sets the channel to listen to Miss judge event. This includes early and late misses.
Return types
desc Sets the channel to listen to Early Miss judge event.
Return types
desc Sets the channel to listen to Late Miss judge event.
Return types
desc Sets the target timing group index to listen from.
Parameters
| Name | Type | desc |
|---|---|---|
timingGroup |
num | The timing group index to listen from. Defaults to all groups (-1) if not called. |
Return types
desc Sets the val to send to the TriggerChannel bound to this trigger.
Parameters
| Name | Type | desc |
|---|---|---|
channel |
ValueChannel | The val channel to dispatch |
duration |
num | The duration of the dispatch in ms |
easing |
str | The easing to use |
Return types
Global
- Global Functions
- Scene
- Channel
- StringChannel
- TextChannel
- Trigger
- TriggerChannel
- Context
- Event
- Convert
Channels
Controllers
- Controller
- CanvasController
- ImageController
- SpriteController
- TextController
- CameraController
- TrackController
- NoteGroupController
Internal Controllers
Data types