rl-loadout-lib
Version:
Load Rocket League assets into three.js
19 lines • 366 B
TypeScript
import { Hitbox } from './hitbox';
/**
* Hitbox preset for a particular body.
*/
export declare class HitboxConfig {
/**
* Hitbox type.
*/
preset: Hitbox;
/**
* X offset of the hitbox.
*/
translationX: number;
/**
* Z offset of the hitbox.
*/
translationZ: number;
}
//# sourceMappingURL=hitbox-config.d.ts.map