scenario library

Classes

BodyCreate
Adds a new body to the simulation.
BodyDelete
Removes a body from the simulation.
BodyEdit
Base type for runtime body edit operations.
BodyUpdate
Updates one or more properties of an existing body.
ScenarioModel
Portable scenario document used for save/load operations.
ScenarioSchemaMigrator
ScenarioSchemaValidator
SchemaValidationIssue
SnapshotModel
Point-in-time snapshot payload used for restore/replay workflows.
StepSummary
Aggregated telemetry returned by a simulation stepping call.

Functions

bodyEditFromJson(Map<String, dynamic> json) BodyEdit
Parses a BodyEdit from transport JSON.
bodyEditToJson(BodyEdit edit) Map<String, dynamic>
Converts a BodyEdit polymorphic value into transport JSON.