v1.5.4
Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoSingleton.cs
Go to the documentation of this file.
1
using
System;
2
using
UnityEngine;
3
4
namespace
PixoVR.Apex
5
{
6
public
class
PixoSingleton
<T> where T : class, new()
7
{
8
private
readonly
static
T
instance
=
new
T();
9
10
public
static
T
Instance
11
{
12
get
13
{
14
return
instance
;
15
}
16
}
17
}
18
}
PixoVR.Apex.PixoSingleton
Definition
PixoSingleton.cs:7
PixoVR.Apex.PixoSingleton.Instance
static T Instance
Definition
PixoSingleton.cs:11
PixoVR.Apex.PixoSingleton.instance
static readonly T instance
Definition
PixoSingleton.cs:8
PixoVR.Apex
Definition
PixoAndroidUtils.cs:6
SDK
PixoSingleton.cs
Generated
Tue Apr 1 2025 16:45:54
by Doxygen version
1.10.0