Skip to main content

ParallelActions

Action that can run multiple [[Action]]s or [[ActionSequence]]s at the same time

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

id

id: number = ...

Methods

isComplete

  • isComplete(entity: Entity<any>): boolean
  • Parameters

    Returns boolean

reset

  • reset(): void
  • Returns void

stop

  • stop(): void
  • Returns void

update

  • update(delta: number): void
  • Parameters

    • delta: number

    Returns void