OLD_STEP_LIST_EDITOR
Documentation for the Unity C# Library
Loading...
Searching...
No Matches
SecondService.cs
Go to the documentation of this file.
1
using
UnityEngine;
2
3
namespace
PixoVR.Core.Examples
4
{
5
public
class
SecondService
: MonoBehaviour
6
{
7
private
void
Awake
()
8
{
9
ServiceLocator
.Register(
this
);
10
}
11
12
private
void
OnDestroy
()
13
{
14
ServiceLocator
.Unregister(
this
);
15
}
16
17
public
void
SimpleMethod
()
18
{
19
Debug.Log(
"Hey, this is just a simple method from "
+ nameof(
SecondService
));
20
}
21
}
22
}
PixoVR.Core.Examples.SecondService
Definition
SecondService.cs:6
PixoVR.Core.Examples.SecondService.SimpleMethod
void SimpleMethod()
Definition
SecondService.cs:17
PixoVR.Core.Examples.SecondService.Awake
void Awake()
Definition
SecondService.cs:7
PixoVR.Core.Examples.SecondService.OnDestroy
void OnDestroy()
Definition
SecondService.cs:12
PixoVR.Core.ServiceLocator
Unity components communication service.
Definition
ServiceLocator.cs:10
PixoVR.Core.Examples
Definition
FadeRegister.cs:5
com.pixovr.coreunitysdk
Samples
ServiceLocator
Services
SecondService.cs
Generated
Wed Oct 9 2024 19:24:02
by Doxygen version
1.10.0