CAST II Game Engine |
|||||||||||||||
![]() |
DESCRIPTION | ![]() |
FEATURES | ![]() |
SCREENSHOTS | ![]() |
FORUMS | ![]() |
DOCUMENTATION | ![]() |
DOWNLOADS | ![]() |
CONTACTS | ![]() |
|
(C) 2006 George "Mirage" Bakhtadze. www.casteng.com
The source code may be used under either MPL 1.1 or LGPL 2.1 license. See included license.txt file
Unit contains base GUI fitter class and 2D fitter class
| Name | Description |
|---|---|
Class T2DFitter | |
Class TFitter | |
Class TGUIFitterOp |
TFitterOpParams = record X, Y, Width, Height: Single; end; |
TFitterOpParams = record X, Y, Width, Height: Single; end; |
haBottom = 4; |
haBottomLeft = 7; |
haBottomRight = 8; |
haCenter = 0; |
haLeft = 2; |
haRight = 3; |
haTop = 1; |
haTopLeft = 5; |
haTopRight = 6; |
haXMove = 1; |
haXRotate = 4; |
haYMove = 2; |
haYRotate = 5; |
haZMove = 3; |
haZRotate = 6; |
haBottom = 4; |
haBottomLeft = 7; |
haBottomRight = 8; |
haCenter = 0; |
Hot areas
haLeft = 2; |
haRight = 3; |
haTop = 1; |
haTopLeft = 5; |
haTopRight = 6; |
haXMove = 1; |
Aliases
haXRotate = 4; |
haYMove = 2; |
haYRotate = 5; |
haZMove = 3; |
haZRotate = 6; |
|
Last modified: 4 Jul, 2008 |