Builder

interface Builder

Utility class for building a PhysicsEngine, allowing defining properties required for the engine.

Functions

Link copied to clipboard
abstract fun build(): PhysicsEngine

Builds the engine with the specified parameters.

Link copied to clipboard

Creates and registers a new InteractionLayer, returning a reference to it, which can be used to read and modify InteractionFields.