C# Class MsgPack.UnitTestScene

The presenter for whole unit testing tool.
Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo 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_oe property

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

buttonVertical public_oe property

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

resultPrefab public_oe property

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

resultVertical public_oe property

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