Interface PBAvatarMovementInfo

Hierarchy

  • PBAvatarMovementInfo

Properties

actualVelocity: undefined | PBVector3

the resulting velocity taking collisions into account

externalVelocity: undefined | PBVector3

the velocity imparted by movement of the "ground" platform or pushing from other moving colliders

previousStepTime: number

the length of time the previous step velocity applied for

requestedVelocity: undefined | PBVector3

the velocity requested for the previous frame

stepTime: number

the length of time the current step velocity will apply for