Uses of Class
net.nexttext.property.NumberProperty

Packages that use NumberProperty
net.nexttext   
net.nexttext.behaviour.physics   
 

Uses of NumberProperty in net.nexttext
 

Methods in net.nexttext that return NumberProperty
 NumberProperty TextObject.getRotation()
          A getter for the standard "Rotation" property.
 

Uses of NumberProperty in net.nexttext.behaviour.physics
 

Methods in net.nexttext.behaviour.physics that return NumberProperty
 NumberProperty PhysicsAction.getAngularVelocity(TextObject to)
           
 NumberProperty PhysicsAction.getMass(TextObject to)