AccessoryLocalTransform
Defined in: packages/declarative-hex-worlds/src/accessories/accessories.ts:15
A local transform applied to an accessory relative to its attachment node.
Properties
Section titled “Properties”position?
Section titled “position?”
readonlyoptionalposition?:Partial<WorldPosition>
Defined in: packages/declarative-hex-worlds/src/accessories/accessories.ts:17
Local position offset from the node origin (default 0,0,0).
rotation?
Section titled “rotation?”
readonlyoptionalrotation?:Partial<WorldPosition>
Defined in: packages/declarative-hex-worlds/src/accessories/accessories.ts:19
Local Euler rotation in radians (default 0,0,0).
scale?
Section titled “scale?”
readonlyoptionalscale?:number
Defined in: packages/declarative-hex-worlds/src/accessories/accessories.ts:21
Local uniform scale (default 1).