dacha
    Preparing search index...

    Class BehaviorAbstract

    Base class for all behaviors

    Behaviors are the core logic units that operate on actors and can be used to add custom behavior to actors

    Index
    behaviorName: string

    Name of the behavior

    • Destroy the behavior

      Returns void

    • Update the behavior with a fixed timestep, aligned with physics

      Returns void

    • Update the behavior every frame with a variable timestep

      Returns void