Small World Engine API Reference - v0.46.1
    Preparing search index...

    Class StateMachineBehavior<TState, TContext, TEvent>

    Base class for all behaviors attached to an Object3D.

    Type Parameters

    • TState extends string
    • TContext
    • TEvent extends string = string

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    isActive: boolean = true
    target: CameraInterfaceData | Object3D | undefined = undefined

    The object this behavior is attached to. Set automatically.

    uuid: string = ...
    inspector?: Record<string, InspectorField>

    Methods