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
ConditionalPropertyAttribute.cs
1
using
System.Collections;
2
using
System.Collections.Generic;
3
using
UnityEngine;
4
5
namespace
ARLocation
{
6
public
class
ConditionalPropertyAttribute
: PropertyAttribute
7
{
8
public
string
Name;
9
10
public
ConditionalPropertyAttribute
(
string
name)
11
{
12
Name = name;
13
}
14
}
15
}
ARLocation.ConditionalPropertyAttribute
Definition:
ConditionalPropertyAttribute.cs:7
ARLocation
Definition:
ARLocationConfigInspector.cs:7
Assets
ARLocation
Scripts
Utils
ConditionalPropertyAttribute.cs
Generated by
1.8.20