Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
IPrototypingEnvironment.cs
Go to the documentation of this file.
1
using
System
;
2
using
droid
.
Runtime
.
Utilities
.
GameObjects
.
BoundingBoxes
;
3
using
UnityEngine
;
4
5
namespace
droid
.Runtime.Interfaces {
9
public
interface
IPrototypingEnvironment
:
10
IHasRegister
<IActuator>
11
{
12
13
}
14
}
System
droid
droid.Runtime.Utilities.GameObjects.BoundingBoxes
Definition:
BoundingBox.cs:15
droid.Runtime.Utilities.GameObjects
droid.Runtime.Utilities
droid.Runtime.Interfaces.IHasRegister
Definition:
IHasRegister.cs:13
droid.Runtime
UnityEngine
droid.Runtime.Interfaces.IPrototypingEnvironment
Definition:
IPrototypingEnvironment.cs:9
Runtime
Interfaces
IPrototypingEnvironment.cs
Generated by
1.8.13