Skip to content

DebugVectorProvider

DebugVectorProvider = () => Vec2Like | null | undefined

Defined in: types.ts:66

Supplies the vector to draw this frame, in the entity’s world space. Return null or undefined to draw nothing this frame.

Vec2Like | null | undefined