AssetsTrajectoryManager

Set of utilities for loading trajectories from assets (the plugin save location).

Since

1.0.0-pre

Functions

Link copied to clipboard
open fun load(name: String): Trajectory
Loads a trajectory with the given name.
Link copied to clipboard
open fun loadBuilder(name: String): TrajectoryBuilder
Loads a trajectory builder with the given name.
Link copied to clipboard
open fun loadConfig(name: String): TrajectoryConfig
Loads a trajectory config with the given name.
Link copied to clipboard
open fun loadGroupConfig(): TrajectoryGroupConfig
Loads the group config.