Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnemyBehaviour

Hierarchy

Index

Constructors

constructor

  • Fixes typeof DerivedComponent is not assignable to typeof Component, compiled out in non-dev builds

    Parameters

    • Rest ...args: any[]

    Returns EnemyBehaviour

Methods

deserialize

  • deserialize(data: any): any

drawVisualization

  • drawVisualization(x: any, y: any, parameters: any): void
  • Parameters

    • x: any
    • y: any
    • parameters: any

    Returns void

getAction

  • getAction(entity: any, root: any): any
  • Parameters

    • entity: any
    • root: any

    Returns any

getDebugString

  • getDebugString(): string
  • Returns string

serialize

  • serialize(): object

Static getCachedSchema

  • getCachedSchema(): any

Static getId

  • getId(): string

Static getSchema

  • getSchema(): object

Static verify

  • verify(data: any): string