Packagecom.sonoport
Classpublic class Ratchet
InheritanceRatchet Inheritance com.sonoport.BaseSound
Implements IRatchet

Small ratchet mechanism.



Public Properties
 PropertyDefined By
  action : Number
Action.
Ratchet
  size : Number
Wrench Size.
Ratchet
Public Methods
 MethodDefined By
  
Ratchet
Property Detail
actionproperty
action:Number

Action. Default is 0.5. Range is [0, 1].


Implementation
    public function get action():Number
    public function set action(value:Number):void
sizeproperty 
size:Number

Wrench Size. Default is 0.5. Range is [0, 1].


Implementation
    public function get size():Number
    public function set size(value:Number):void
Constructor Detail
Ratchet()Constructor
public function Ratchet()