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