Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
IActor.cs
Go to the documentation of this file.
1
using
System
.Collections.Generic;
2
using
UnityEngine
;
3
4
namespace
droid
.Runtime.Interfaces {
5
public
interface
IActor
:
IRegisterable
,
6
IHasRegister
<IActuator> {
7
Dictionary<string, IActuator> Actuators {
get
; }
8
Transform Transform {
get
; }
9
void
ApplyMotion(
IMotion
motion);
10
void
EnvironmentReset();
11
}
12
}
System
droid
droid.Runtime.Interfaces.IHasRegister
Definition:
IHasRegister.cs:13
droid.Runtime.Interfaces.IActor
Definition:
IActor.cs:5
droid.Runtime.Interfaces.IMotion
Definition:
IMotion.cs:2
droid.Runtime.Interfaces.IRegisterable
Definition:
IHasRegister.cs:4
UnityEngine
Runtime
Interfaces
IActor.cs
Generated by
1.8.13