AR + GPS Location
3.0.0
Main Page
Related Pages
Packages
Packages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
Functions
c
d
e
f
g
h
l
n
o
p
r
s
t
u
v
Variables
a
c
d
h
i
l
m
o
p
s
t
u
x
Properties
Events
Files
File List
▼
AR + GPS Location
3.5.1
Unity AR+GPS Location
►
Packages
►
Classes
▼
Files
▼
File List
▼
Assets
▼
ARLocation
►
Editor
▼
Scripts
►
ARSession
►
Components
►
Location
►
Math
►
ScriptableObjects
▼
Utils
ConditionalPropertyAttribute.cs
CreatePointOfInterestTextMeshes.cs
DebugCanvas.cs
DevCameraController.cs
FaceCamera.cs
FadeOutTextMesh.cs
FollowCameraPosition.cs
Logger.cs
Misc.cs
MovingAveragePosition.cs
RotateObject.cs
SelectScene.cs
ShowHideSelfOnPointerClick.cs
Singleton.cs
SmoothMove.cs
ARLocation.cs
•
All
Classes
Namespaces
Functions
Variables
Properties
Events
Pages
SelectScene.cs
1
using
UnityEngine;
2
using
UnityEngine.SceneManagement;
3
4
namespace
ARLocation.Utils
5
{
6
public
class
SelectScene
: MonoBehaviour
7
{
8
9
// Use this for initialization
10
11
public
void
LoadScene(
string
sceneName)
12
{
13
SceneManager.LoadScene(sceneName, LoadSceneMode.Single);
14
}
15
}
16
}
ARLocation.Utils
Definition:
CreatePointOfInterestTextMeshes.cs:9
ARLocation.Utils.SelectScene
Definition:
SelectScene.cs:7
Assets
ARLocation
Scripts
Utils
SelectScene.cs
Generated by
1.8.20