C# Class MsgPack.UnitTestScene

The presenter for whole unit testing tool.
Inheritance: UnityEngine.MonoBehaviour
Show file Open project: msgpack/msgpack-cli

Public Properties

Property Type Description
buttonPrefab UnityEngine.UI.Button
buttonVertical UnityEngine.GameObject
resultPrefab Result
resultVertical UnityEngine.GameObject

Public Methods

Method Description
Start ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

buttonPrefab public property

The prefab for test starting buttons.
public Button,UnityEngine.UI buttonPrefab
return UnityEngine.UI.Button

buttonVertical public property

The vertical area which test starting buttons to be belonging.
public GameObject,UnityEngine buttonVertical
return UnityEngine.GameObject

resultPrefab public property

The prefab for test result indicators.
public Result resultPrefab
return Result

resultVertical public property

The vertical area which test result indicators to be belonging.
public GameObject,UnityEngine resultVertical
return UnityEngine.GameObject