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