Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
ISpace.cs
Go to the documentation of this file.
1
using
UnityEngine
.Profiling;
2
3
namespace
droid
.Runtime.Interfaces {
7
public
interface
ISpace
{
11
int
DecimalGranularity {
get
; }
12
13
bool
IsNormalised {
get
; }
14
15
dynamic Sample();
16
}
17
}
droid.Runtime.Interfaces.ISpace
Definition:
ISpace.cs:7
droid
UnityEngine
Runtime
Interfaces
ISpace.cs
Generated by
1.8.13