Unity SDK Docs 1.5.0-beta.6
Loading...
Searching...
No Matches
TiltFive.T5_GameboardSize Struct Reference

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.

Detailed Description

Physical dimensions of a gameboard, in meters.

Definition at line 619 of file NativePlugin.cs.

Constructor & Destructor Documentation

◆ T5_GameboardSize() [1/2]

TiltFive.T5_GameboardSize.T5_GameboardSize ( float viewableExtentPositiveX,
float viewableExtentNegativeX,
float viewableExtentPositiveZ,
float viewableExtentNegativeZ,
float viewableExtentPositiveY )
inline

Definition at line 646 of file NativePlugin.cs.

◆ T5_GameboardSize() [2/2]

TiltFive.T5_GameboardSize.T5_GameboardSize ( float playableSpaceX,
float playableSpaceZ,
float borderWidth )
inline

Definition at line 660 of file NativePlugin.cs.

Member Data Documentation

◆ ViewableExtentNegativeX

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 629 of file NativePlugin.cs.

◆ ViewableExtentNegativeZ

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 639 of file NativePlugin.cs.

◆ ViewableExtentPositiveX

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 624 of file NativePlugin.cs.

◆ ViewableExtentPositiveY

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 644 of file NativePlugin.cs.

◆ ViewableExtentPositiveZ

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 634 of file NativePlugin.cs.


The documentation for this struct was generated from the following file:
  • C:/Users/mail1/Documents/t5sw/sdk/unity/unity_package/Runtime/Native/NativePlugin.cs