v1.5.4
Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVRProjectSettings.cs
Go to the documentation of this file.
1
using
UnityEngine;
2
3
namespace
PixoVR.Editor
4
{
5
public
class
PixoVRProjectSettings
:
ScriptableObject
6
{
7
[field: SerializeField]
public
bool
SyncVersionsOnBuildPreProcess
{
get
;
set
; }
8
[field: SerializeField]
public
string
CustomURLScheme
{
get
;
set
; }
9
[field: SerializeField]
public
int
BuildPreProcessCallbackOrder
{
get
;
set
; } = 100;
10
11
[field: SerializeField]
public
string
ModuleVersion
{
get
;
set
; }
12
[field: SerializeField]
public
bool
SyncModuleWithApplicationVersion
{
get
;
set
; }
13
}
14
}
PixoVR.Editor.PixoVRProjectSettings
Definition
PixoVRProjectSettings.cs:6
PixoVR.Editor.PixoVRProjectSettings.BuildPreProcessCallbackOrder
int BuildPreProcessCallbackOrder
Definition
PixoVRProjectSettings.cs:9
PixoVR.Editor.PixoVRProjectSettings.SyncModuleWithApplicationVersion
bool SyncModuleWithApplicationVersion
Definition
PixoVRProjectSettings.cs:12
PixoVR.Editor.PixoVRProjectSettings.CustomURLScheme
string CustomURLScheme
Definition
PixoVRProjectSettings.cs:8
PixoVR.Editor.PixoVRProjectSettings.ModuleVersion
string ModuleVersion
Definition
PixoVRProjectSettings.cs:11
PixoVR.Editor.PixoVRProjectSettings.SyncVersionsOnBuildPreProcess
bool SyncVersionsOnBuildPreProcess
Definition
PixoVRProjectSettings.cs:7
ScriptableObject
PixoVR.Editor
Definition
PixoVRProjectSettings.cs:4
Unity
PixoVRProjectSettings.cs
Generated
Fri Mar 6 2026 07:33:46
by Doxygen version
1.10.0