OLD_STEP_LIST_EDITOR
Documentation for the Unity C# Library
Loading...
Searching...
No Matches
SimpleProducer.cs
Go to the documentation of this file.
1
using
PixoVR.Core
;
2
using
UnityEngine;
3
4
class
TextMessage
5
{
6
public
string
text
;
7
}
8
9
class
SimpleProducer
: MonoBehaviour
10
{
11
void
Update
()
12
{
13
EventBetter
.Raise(
new
TextMessage
() { text =
"Hello World!"
});
14
}
15
}
PixoVR.Core.EventBetter
Intentionally made partial, in case you want to extend it easily.
Definition
EventBetter.cs:20
SimpleProducer
Definition
SimpleProducer.cs:10
SimpleProducer.Update
void Update()
Definition
SimpleProducer.cs:11
TextMessage
Definition
SimpleProducer.cs:5
TextMessage.text
string text
Definition
SimpleProducer.cs:6
PixoVR.Core
Definition
EventBetter.cs:14
com.pixovr.coreunitysdk
Samples
EventBetter
Simple
SimpleProducer.cs
Generated
Wed Oct 9 2024 19:24:02
by Doxygen version
1.10.0