Package-level declarations

Provides the root contracts for accessing BetterModel services.

This package defines the stable entry points used by API consumers to reach the active platform, model managers, evaluator, logger, configuration, and event bus. It intentionally contains service contracts and facade methods only; platform implementations and runtime wiring belong to core or platform-specific modules.

Example:


var renderer = BetterModel.model("example_model");
var platform = BetterModel.platform();

Since

3.2.0

Types

Link copied to clipboard
The main entry point for the BetterModel API.
Link copied to clipboard
Represents the main configuration interface for BetterModel.
Link copied to clipboard
Evaluator interface for parsing and compiling Molang expressions into executable functions.
Link copied to clipboard
A central event bus for handling model-related events.
Link copied to clipboard
Platform-agnostic logging interface for BetterModel.
Link copied to clipboard
Represents the main platform interface for BetterModel.