![]() |
Unity SDK Docs 1.5.0.beta.7
|
Physical dimensions of a gameboard, in meters. More...
Public Member Functions | |
| T5_GameboardSize (float viewableExtentPositiveX, float viewableExtentNegativeX, float viewableExtentPositiveZ, float viewableExtentNegativeZ, float viewableExtentPositiveY) | |
| T5_GameboardSize (float playableSpaceX, float playableSpaceZ, float borderWidth) | |
Public Attributes | |
| float | ViewableExtentPositiveX |
| The distance in meters from the gameboard origin to the edge of the viewable area in the positive X direction. | |
| float | ViewableExtentNegativeX |
| The distance in meters from the gameboard origin to the edge of the viewable area in the negative X direction. | |
| float | ViewableExtentPositiveZ |
| The distance in meters from the gameboard origin to the edge of the viewable area in the positive Z direction. | |
| float | ViewableExtentNegativeZ |
| The distance in meters from the gameboard origin to the edge of the viewable area in the negative Z direction. | |
| float | ViewableExtentPositiveY |
| The distance in meters above the gameboard origin that the viewable area extends in the positive Y direction. | |
Physical dimensions of a gameboard, in meters.
| TiltFive.T5_GameboardSize.T5_GameboardSize | ( | float | viewableExtentPositiveX, |
| float | viewableExtentNegativeX, | ||
| float | viewableExtentPositiveZ, | ||
| float | viewableExtentNegativeZ, | ||
| float | viewableExtentPositiveY ) |
| TiltFive.T5_GameboardSize.T5_GameboardSize | ( | float | playableSpaceX, |
| float | playableSpaceZ, | ||
| float | borderWidth ) |
| float TiltFive.T5_GameboardSize.ViewableExtentNegativeX |
The distance in meters from the gameboard origin to the edge of the viewable area in the negative X direction.
| float TiltFive.T5_GameboardSize.ViewableExtentNegativeZ |
The distance in meters from the gameboard origin to the edge of the viewable area in the negative Z direction.
| float TiltFive.T5_GameboardSize.ViewableExtentPositiveX |
The distance in meters from the gameboard origin to the edge of the viewable area in the positive X direction.
| float TiltFive.T5_GameboardSize.ViewableExtentPositiveY |
The distance in meters above the gameboard origin that the viewable area extends in the positive Y direction.
| float TiltFive.T5_GameboardSize.ViewableExtentPositiveZ |
The distance in meters from the gameboard origin to the edge of the viewable area in the positive Z direction.