|
Gocator API
|
Represents a profile region used in various profile tools.

Public Member Functions | |
| k64f | GoProfileRegion_Height (GoProfileRegion region) |
| Gets the height. More... | |
| kStatus | GoProfileRegion_SetHeight (GoProfileRegion region, k64f height) |
| Sets the height. More... | |
| kStatus | GoProfileRegion_SetWidth (GoProfileRegion region, k64f width) |
| Sets the width. More... | |
| kStatus | GoProfileRegion_SetX (GoProfileRegion region, k64f x) |
| Sets the X position. More... | |
| kStatus | GoProfileRegion_SetZ (GoProfileRegion region, k64f z) |
| Sets the Z-position. More... | |
| k64f | GoProfileRegion_Width (GoProfileRegion region) |
| Gets the width. More... | |
| k64f | GoProfileRegion_X (GoProfileRegion region) |
| Gets the X-position. More... | |
| k64f | GoProfileRegion_Z (GoProfileRegion region) |
| Gets the Z-position. More... | |