IMHOTEP Framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Properties
Pages
Assets
Tools
AnnotationWidget
APS
Point.cs
1
using
UnityEngine;
8
public
class
Point
{
9
10
11
public
Vector3
position
;
12
public
float
angle
;
13
public
float
y, z, x;
14
public
int
planeNumber
;
15
public
GameObject
annotationPoint
;
16
public
Label
label
;
18
}
Point.planeNumber
int planeNumber
Definition:
Point.cs:14
Point
Point.
Definition:
Point.cs:8
Point.annotationPoint
GameObject annotationPoint
Definition:
Point.cs:15
Label
Label.
Definition:
Label.cs:11
Point.angle
float angle
Definition:
Point.cs:12
Point.label
Label label
Definition:
Point.cs:16
Point.position
Vector3 position
Definition:
Point.cs:11
Generated by
1.8.6