Skip to content

ObjOpt

ObjOpt: {anchor: Anchor | Vec2;pos: Vec2;rotate: number;tags: string[];z: number; }

The base options of all object makers

Type declaration

MemberTypeDescription
anchorAnchor | Vec2Anchor point of the object
posVec2Position of the object
rotatenumberThe rotation of the object
tagsstring[]Tags of the object
znumberThe z index of the object

Source

kiboom.d.ts:46