Skip to content

@relu-interactives/spatial-ecs


@relu-interactives/spatial-ecs / components / normalizePhysicsState

Function: normalizePhysicsState()

ts
function normalizePhysicsState(value): PhysicsState;

Defined in: components/Physics.ts:319

Parameters

ParameterType
value| { rigidbody?: Partial<RigidbodyState>; collider?: Partial<ColliderState>; } | undefined

Returns

PhysicsState