API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceChainShapeOptions

@codexo/exojs-physics / physics / stable

Construction options for a ChainShape.

1
props
0
methods
0
events
Import
import { ChainShapeOptions } from '@codexo/exojs-physics'

Construction options for a ChainShape.

Properties1
closed?: boolean
When true, the last vertex connects back to the first. Default false.
Source