| Method | Defined by | ||
|---|---|---|---|
|
ShapeCheckboxAction(p:Part, checkboxType:int, checked:Boolean)
| ShapeCheckboxAction | ||
|
RedoAction():void
| ShapeCheckboxAction | ||
|
UndoAction():void
| ShapeCheckboxAction | ||
| Constant | Defined by | ||
|---|---|---|---|
| COLLIDE_TYPE : int = 0 [static]
| ShapeCheckboxAction | ||
| FIXATE_TYPE : int = 1 [static]
| ShapeCheckboxAction | ||
| OUTLINE_TYPE : int = 2 [static]
| ShapeCheckboxAction | ||
| TERRAIN_TYPE : int = 3 [static]
| ShapeCheckboxAction | ||
| UNDRAGABLE_TYPE : int = 4 [static]
| ShapeCheckboxAction | ||
| ShapeCheckboxAction | () | constructor |
public function ShapeCheckboxAction(p:Part, checkboxType:int, checked:Boolean)Parameters
p:Part |
|
checkboxType:int |
|
checked:Boolean |
| RedoAction | () | method |
public override function RedoAction():void
| UndoAction | () | method |
public override function UndoAction():void
| COLLIDE_TYPE | constant |
public static const COLLIDE_TYPE:int = 0
| FIXATE_TYPE | constant |
public static const FIXATE_TYPE:int = 1
| OUTLINE_TYPE | constant |
public static const OUTLINE_TYPE:int = 2
| TERRAIN_TYPE | constant |
public static const TERRAIN_TYPE:int = 3
| UNDRAGABLE_TYPE | constant |
public static const UNDRAGABLE_TYPE:int = 4