physics.yVelocity¶
Type:
numberSee also: skeleton.physics
Overview:¶
The vertical (Y-axis) velocity applied to the physics constraints.
Example:¶
hero.physics.yVelocity = 10
print("Y Velocity:", hero.physics.yVelocity)
numberThe vertical (Y-axis) velocity applied to the physics constraints.
hero.physics.yVelocity = 10
print("Y Velocity:", hero.physics.yVelocity)