Bounds data class
Properties | |
Bounds | Bounds [get, set] |
float | Depth [get] |
![]() | |
virtual int | Count [get] |
Public Member Functions | |
CGBounds () | |
CGBounds (Bounds bounds) | |
CGBounds (CGBounds source) | |
override T | Clone< T > () |
virtual void | RecalculateBounds () |
![]() | |
void | Dispose () |
Disposes an instance that is no more used, allowing it to free its resources immediately. Dispose is called automatically when an instance is Finalized More... | |
Static Public Member Functions | |
static void | Copy (CGBounds dest, CGBounds source) |
![]() | |
static implicit | operator bool (CGData a) |
Protected Attributes | |
Bounds | mBounds |
Additional Inherited Members | |
![]() | |
string | Name |
![]() | |
virtual bool | Dispose (bool disposing) |
int | getGenericFIndex (SubArray< float > FMapArray, float fValue, out float frag) |
Searches FMapArray and returns the index that covers the fValue as well as the percentage between index and index+1 More... | |
CGBounds | ( | ) |
|
virtual |
Reimplemented from CGData.
Reimplemented in CGGameObject, and CGVMesh.
|
virtual |
Reimplemented in CGGameObject, and CGVMesh.
|
protected |
|
getset |
|
get |