Property | Type | Description | |
---|---|---|---|
mBoundsEnabled | bool |
Method | Description | |
---|---|---|
BoundCamera ( float pX, float pY, float pWidth, float pHeight ) | ||
BoundCamera ( float pX, float pY, float pWidth, float pHeight, float pBoundMinX, float pBoundMaxX, float pBoundMinY, float pBoundMaxY ) | ||
GetBoundsHeight ( ) : float | ||
GetBoundsWidth ( ) : float | ||
IsBoundsEnabled ( ) : bool | ||
SetBounds ( float pBoundMinX, float pBoundMaxX, float pBoundMinY, float pBoundMaxY ) : void | ||
SetBoundsEnabled ( bool pBoundsEnabled ) : void | ||
SetCenter ( float pCenterX, float pCenterY ) : void |
Method | Description | |
---|---|---|
EnsureInBounds ( ) : void |
Method | Description | |
---|---|---|
DetermineBoundedX ( ) : float | ||
DetermineBoundedY ( ) : float |
public BoundCamera ( float pX, float pY, float pWidth, float pHeight ) | ||
pX | float | |
pY | float | |
pWidth | float | |
pHeight | float |
public BoundCamera ( float pX, float pY, float pWidth, float pHeight, float pBoundMinX, float pBoundMaxX, float pBoundMinY, float pBoundMaxY ) | ||
pX | float | |
pY | float | |
pWidth | float | |
pHeight | float | |
pBoundMinX | float | |
pBoundMaxX | float | |
pBoundMinY | float | |
pBoundMaxY | float |
public SetBounds ( float pBoundMinX, float pBoundMaxX, float pBoundMinY, float pBoundMaxY ) : void | ||
pBoundMinX | float | |
pBoundMaxX | float | |
pBoundMinY | float | |
pBoundMaxY | float | |
return | void |
public SetBoundsEnabled ( bool pBoundsEnabled ) : void | ||
pBoundsEnabled | bool | |
return | void |
public SetCenter ( float pCenterX, float pCenterY ) : void | ||
pCenterX | float | |
pCenterY | float | |
return | void |