Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/caviar/src/entities/physics/types.ts>PhysicsConfig

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
interface PhysicsConfig
import { type PhysicsConfig } from "https://deno.land/x/caviar@1.1.5/src/entities/physics/types.ts";

Properties

optional
isStatic: boolean
optional
speed: number
optional
angularVelocity: number
optional
friction: number
optional
mass: number
optional
force: Vector | IVectorLike
optional
velocity: Vector | IVectorLike
optional
inertia: number