AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkPhysicsShape Enumeration

Shapes used for physics (see TAgkSprite.Shape)

Syntax
Pascal
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.