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

    Class ObjLoader

    Abstract base class for all resource loaders.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    basePath: string = ""

    The base path for resource URLs.

    Methods

    • Dispatches an event.

      Parameters

      • type: string

        The event type.

      • eventData: Record<string, unknown> = {}

        Optional data associated with the event.

      Returns void