Skip to content

ecsia-monorepo / three/src / TransformSyncOptions

Interface: TransformSyncOptions

Defined in: three/src/transform-sync.ts:17

Properties

position

ts
readonly position: PositionDef;

Defined in: three/src/transform-sync.ts:19

Position component ({ x, y, z } f32). Required — translation is the minimum the renderer needs.


rotation?

ts
readonly optional rotation?: RotationDef;

Defined in: three/src/transform-sync.ts:21

Optional rotation quaternion ({ x, y, z, w } f32). Omit for objects that never rotate.


scale?

ts
readonly optional scale?: ScaleDef;

Defined in: three/src/transform-sync.ts:23

Optional scale ({ x, y, z } f32). Omit to leave each object's scale untouched.


bindings

ts
readonly bindings: ThreeBindings;

Defined in: three/src/transform-sync.ts:25

The registry mapping entity handles → Object3D.


name?

ts
readonly optional name?: string;

Defined in: three/src/transform-sync.ts:27

System name (default 'three:transformSync').

MIT licensed · 0.x, unpublished, experimental.