Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
WaitOn.cs
Go to the documentation of this file.
1
namespace
droid
.Runtime.Utilities.Enums {
4
public
enum
WaitOn
{
7
Never_
,
8
12
Update_
,
13
18
Fixed_update_
19
}
20
}
droid.Runtime.Utilities.Enums.WaitOn.Update_
// Do not wait from reactions from agent
droid
droid.Runtime.Utilities.Enums.WaitOn
WaitOn
Definition:
WaitOn.cs:4
droid.Runtime.Utilities.Enums.WaitOn.Fixed_update_
// Frame // Note: unstable physics with the FixedUpdate setting
droid.Runtime.Utilities.Enums.WaitOn.Never_
Runtime
Utilities
Enums
WaitOn.cs
Generated by
1.8.13