| Package | com.pblabs.rendering2D |
| Interface | public interface IMobileSpatialObject2D extends ISpatialObject2D |
| Implementors | Box2DSpatialComponent, SimpleSpatialComponent |
| Property | Defined By | ||
|---|---|---|---|
![]() | objectMask : ObjectType [read-only]
This object's collision flags. | ISpatialObject2D | |
| position : Point
Position getter. | IMobileSpatialObject2D | ||
| rotation : Number
Rotation getter. | IMobileSpatialObject2D | ||
| size : Point
Size getter. | IMobileSpatialObject2D | ||
![]() | worldExtents : Rectangle [read-only]
Axis aligned object bounds in world space. | ISpatialObject2D | |
| position | property |
position:PointPosition getter.
public function get position():Point public function set position(value:Point):void| rotation | property |
rotation:NumberRotation getter.
public function get rotation():Number public function set rotation(value:Number):void| size | property |
size:PointSize getter.
public function get size():Point public function set size(value:Point):void