testoutputfunctions - eisclimber/ExPresS-XR GitHub Wiki

TestOutputFunctions

Class in ExPresSXR.Misc

Inherits from UnityEngine.MonoBehaviour

Summary

A small script for some quick debug print functions.

public class TestOutputFunctions : MonoBehaviour

Fields

Name Description
TestMessage1 Output when calling DebugPrint1().
TestMessage2 Output when calling DebugPrint2().
TestMessage3 Output when calling DebugPrint3().
TestMessage4 Output when calling DebugPrint4().

Methods

Name Description
DebugPrint1() Prints the value of TestMessage1.
DebugPrint2() Prints the value of TestMessage2.
DebugPrint3() Prints the value of TestMessage3.
DebugPrint4() Prints the value of TestMessage4.
⚠️ **GitHub.com Fallback** ⚠️