Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
Body.cs
Go to the documentation of this file.
1
using
UnityEngine
;
2
3
namespace
droid
.Runtime.Messaging.Messages {
6
public
class
Body
{
7
public
Body
(Vector3 vel, Vector3 ang) {
8
this.Velocity = vel;
9
this.AngularVelocity = ang;
10
}
11
14
public
Vector3 Velocity {
get
; }
15
18
public
Vector3 AngularVelocity {
get
; }
19
}
20
}
droid.Runtime.Messaging.Messages.Body
Definition:
Body.cs:6
droid
droid.Runtime.Messaging.Messages.Body.Body
Body(Vector3 vel, Vector3 ang)
Definition:
Body.cs:7
UnityEngine
Runtime
Messaging
Messages
Body.cs
Generated by
1.8.13