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. More... | |
float | ViewableExtentNegativeX |
The distance in meters from the gameboard origin to the edge of the viewable area in the negative X direction. More... | |
float | ViewableExtentPositiveZ |
The distance in meters from the gameboard origin to the edge of the viewable area in the positive Z direction. More... | |
float | ViewableExtentNegativeZ |
The distance in meters from the gameboard origin to the edge of the viewable area in the negative Z direction. More... | |
float | ViewableExtentPositiveY |
The distance in meters above the gameboard origin that the viewable area extends in the positive Y direction. More... | |
Physical dimensions of a gameboard, in meters.
Definition at line 580 of file NativePlugin.cs.
TiltFive.T5_GameboardSize.T5_GameboardSize | ( | float | viewableExtentPositiveX, |
float | viewableExtentNegativeX, | ||
float | viewableExtentPositiveZ, | ||
float | viewableExtentNegativeZ, | ||
float | viewableExtentPositiveY | ||
) |
Definition at line 607 of file NativePlugin.cs.
References TiltFive.T5_GameboardSize.ViewableExtentNegativeX, TiltFive.T5_GameboardSize.ViewableExtentNegativeZ, TiltFive.T5_GameboardSize.ViewableExtentPositiveX, TiltFive.T5_GameboardSize.ViewableExtentPositiveY, and TiltFive.T5_GameboardSize.ViewableExtentPositiveZ.
TiltFive.T5_GameboardSize.T5_GameboardSize | ( | float | playableSpaceX, |
float | playableSpaceZ, | ||
float | borderWidth | ||
) |
Definition at line 621 of file NativePlugin.cs.
References TiltFive.T5_GameboardSize.ViewableExtentNegativeX, TiltFive.T5_GameboardSize.ViewableExtentNegativeZ, TiltFive.T5_GameboardSize.ViewableExtentPositiveX, TiltFive.T5_GameboardSize.ViewableExtentPositiveY, and TiltFive.T5_GameboardSize.ViewableExtentPositiveZ.
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.
Definition at line 590 of file NativePlugin.cs.
Referenced by TiltFive.GameBoard.GameboardExtents.GameboardExtents(), and TiltFive.T5_GameboardSize.T5_GameboardSize().
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.
Definition at line 600 of file NativePlugin.cs.
Referenced by TiltFive.GameBoard.GameboardExtents.GameboardExtents(), and TiltFive.T5_GameboardSize.T5_GameboardSize().
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.
Definition at line 585 of file NativePlugin.cs.
Referenced by TiltFive.GameBoard.GameboardExtents.GameboardExtents(), and TiltFive.T5_GameboardSize.T5_GameboardSize().
float TiltFive.T5_GameboardSize.ViewableExtentPositiveY |
The distance in meters above the gameboard origin that the viewable area extends in the positive Y direction.
Definition at line 605 of file NativePlugin.cs.
Referenced by TiltFive.GameBoard.GameboardExtents.GameboardExtents(), and TiltFive.T5_GameboardSize.T5_GameboardSize().
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.
Definition at line 595 of file NativePlugin.cs.
Referenced by TiltFive.GameBoard.GameboardExtents.GameboardExtents(), and TiltFive.T5_GameboardSize.T5_GameboardSize().