Skip to content

CoordinateSpace

CoordinateSpace = LiteralUnion<"local" | "world" | "parent">

Defined in: src/components/editor/TransformControl/TransformControl.types.ts:19

Coordinate space identifiers for the position/rotation rows. The default options are 'local' | 'world' | 'parent', but the prop accepts any string so consumers can supply their own (e.g. 'camera', 'screen').