Skip to content

RenderOpt

RenderOpt: {color: string;opacity: number;scale: Vec2; }

The options of the render object

Type declaration

MemberTypeDescription
colorstringThe color of the object. IN HEX: #fff00f
opacitynumberThe opacity of the object. From 0 to 1
scaleVec2The scale of the object

Source

kiboom.d.ts:74