CloneableKineticsPort
Interface
Section titled “Interface”export interface CloneableKineticsPort { clone(): KineticsPort;}PURPOSE
Section titled “PURPOSE”A port to create copies of KineticsPort.
Used when you want to generate multiple Kinetics instances with the same engine configuration.
| Method | Description |
|---|---|
clone() | Returns a new KineticsPort inheriting the current configuration |
Kinetics implements this port.
Simulation state (position, velocity) is also copied.