Shapes used for physics (see TAgkSprite.Shape)
TAgkPhysicsShape = ( psNone, psCircle, psBox, psPolygon );
|
Members |
Description |
|
psNone |
No shape |
|
psCircle |
Circle shape |
|
psBox |
Box shape |
|
psPolygon |
Polygon shape |
|
Copyright (c) 2012. All rights reserved.
|