Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BehaviourManager

Index

Constructors

Properties

_registeredBuilders: Map<string, IBehaviourBuilder> = ...

Methods

  • extractBehaviour(json: any): undefined | IBehaviour
  • Parses the behaviour given by JSON with one of the builders given. If no builders have the same type as the given object, an error will be thrown.

    Parameters

    • json: any

    Returns undefined | IBehaviour

    IBehaviour

Generated using TypeDoc