| Method | Defined by | ||
|---|---|---|---|
|
ChangeSliderAction(p:Part, sliderType:int, deltaVal:int)
| ChangeSliderAction | ||
|
RedoAction():void
| ChangeSliderAction | ||
|
UndoAction():void
| ChangeSliderAction | ||
| Constant | Defined by | ||
|---|---|---|---|
| DENSITY_TYPE : int = 0 [static]
| ChangeSliderAction | ||
| SPEED_TYPE : int = 2 [static]
| ChangeSliderAction | ||
| STRENGTH_TYPE : int = 1 [static]
| ChangeSliderAction | ||
| ChangeSliderAction | () | constructor |
public function ChangeSliderAction(p:Part, sliderType:int, deltaVal:int)Parameters
p:Part |
|
sliderType:int |
|
deltaVal:int |
| RedoAction | () | method |
public override function RedoAction():void
| UndoAction | () | method |
public override function UndoAction():void
| DENSITY_TYPE | constant |
public static const DENSITY_TYPE:int = 0
| SPEED_TYPE | constant |
public static const SPEED_TYPE:int = 2
| STRENGTH_TYPE | constant |
public static const STRENGTH_TYPE:int = 1