UNPKG
rl-loadout-lib
Version:
latest (0.6.0)
0.6.0
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
Load Rocket League assets into three.js
github.com/Longi94/rl-loadout-lib
Longi94/rl-loadout-lib
rl-loadout-lib
/
dist
/
3d
/
paintable.d.ts
12 lines
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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