RenderOpt: {color: string;opacity: number;scale: Vec2; }
The options of the render object
Type declaration
| Member | Type | Description |
|---|
color | string | The color of the object. IN HEX: #fff00f |
opacity | number | The opacity of the object. From 0 to 1 |
scale | Vec2 | The scale of the object |
Source
kiboom.d.ts:74