UNPKG

rl-loadout-lib

Version:

Load Rocket League assets into three.js

14 lines 399 B
export declare class WheelSettings { frontAxle: AxleSettings; backAxle: AxleSettings; } export declare class AxleSettings { wheelMeshRadius: number; wheelWidth: number; wheelMeshOffsetSide: number; wheelRadius: number; wheelOffsetForward: number; wheelOffsetSide: number; static fromObject(obj: object): AxleSettings; } //# sourceMappingURL=axle-settings.d.ts.map