resolveHeroPose
resolveHeroPose(
world,deltaSeconds):void
Defined in: packages/engine/src/gameplay/hero/pose.ts:19
Her pose off what the last step left: the steer it moved her on, the turn it is part way through and whether it left her on the ground.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
world |
World |
deltaSeconds |
number |
Returns
Section titled “Returns”void