Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: CircleTriggerMashView

[14:7] extends: MiniGameView

Wraps FXGL's CircleTriggerMashView (com.almasb.fxgl.minigames.triggermash.CircleTriggerMashView), an alternative circular rendering of a TriggerMashMiniGame with an arc that fills as fillValue grows.

Methods

  • CircleTriggerMashView (KeyTriggerObj = null, MiniGameObj = null)

    Creates a new CircleTriggerMashView for the given KeyTrigger. If MiniGameObj is null, FXGL builds its own default TriggerMashMiniGame from the trigger.

    • @p KeyTriggerObj is an AussomJavaObject around a KeyTrigger.
    • @p MiniGameObj is a TriggerMashMiniGame wrapper or null.
  • adopt (object Ajo)

    Wraps an existing CircleTriggerMashView AussomJavaObject.

    • @p Ajo is an AussomJavaObject around a CircleTriggerMashView.
    • @r A new wrapper.