Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
IHasEulerTransform.cs
Go to the documentation of this file.
1
using
droid
.
Runtime
.
Utilities
.
Structs
;
2
using
UnityEngine
;
3
4
namespace
droid
.Runtime.Interfaces {
7
public
interface
IHasEulerTransform
{
10
Vector3 Position {
get
; }
11
14
Vector3 Direction {
get
; }
15
18
Vector3 Rotation {
get
; }
19
22
Space3
PositionSpace {
get
; }
23
26
Space3
DirectionSpace {
get
; }
27
30
Space3
RotationSpace {
get
; }
31
}
32
}
droid.Runtime.Interfaces.IHasEulerTransform
Definition:
IHasEulerTransform.cs:7
droid.Runtime.Utilities.Structs
Definition:
DoubleVector3.cs:4
droid
droid.Runtime.Utilities
droid.Runtime.Utilities.Structs.Space3
Definition:
Space3.cs:11
droid.Runtime
UnityEngine
Runtime
Interfaces
IHasEulerTransform.cs
Generated by
1.8.13