Sets some damping on the sprite's angular movement which may simulate something like wind resistance.
property PhysicsAngularDamping: Single;
A value of 0 represents no damping, a value of 0.5 would reduce the angular velocity vector by half every frame which represents significant damping.
Copyright (c) 2012. All rights reserved.
|