Package-level declarations

Defines animation and blueprint scripting contracts.

Script types represent executable animation scripts, time-bound script entries, blueprint script definitions, and builders that turn script text into runtime actions. The package keeps script contracts independent from parser or command implementation details.

Example:


ScriptManager scripts = BetterModel.platform().scriptManager();
AnimationScript script = scripts.build("variable.foo = 1");

Since

3.2.0

Types

Link copied to clipboard
Animation script
Link copied to clipboard
@ApiStatus.Internal
class BlueprintScript : Record
A script data of blueprint.
Link copied to clipboard
Script parser
Link copied to clipboard
Script with time