UNPKG

rl-loadout-lib

Version:

Load Rocket League assets into three.js

12 lines 262 B
import { Color } from 'three'; /** * Interface for paintable objects. */ export interface Paintable { /** * Set paint color. * @param color THREE color object */ setPaintColor(color: Color): any; } //# sourceMappingURL=paintable.d.ts.map