Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Messaging.FBS.FBody Struct Reference
Inheritance diagram for droid.Runtime.Messaging.FBS.FBody:
Collaboration diagram for droid.Runtime.Messaging.FBS.FBody:

Public Member Functions

void __init (int _i, ByteBuffer _bb)
 
FBody __assign (int _i, ByteBuffer _bb)
 

Static Public Member Functions

static Offset< FBodyCreateFBody (FlatBufferBuilder builder, double velocity_X, double velocity_Y, double velocity_Z, double angular_velocity_X, double angular_velocity_Y, double angular_velocity_Z)
 

Properties

ByteBuffer ByteBuffer [get]
 
FVector3 Velocity [get]
 
FVector3 AngularVelocity [get]
 

Detailed Description

Definition at line 165 of file NeodroidFBSShared.cs.

Member Function Documentation

◆ __assign()

FBody droid.Runtime.Messaging.FBS.FBody.__assign ( int  _i,
ByteBuffer  _bb 
)

Definition at line 170 of file NeodroidFBSShared.cs.

◆ __init()

void droid.Runtime.Messaging.FBS.FBody.__init ( int  _i,
ByteBuffer  _bb 
)

Definition at line 169 of file NeodroidFBSShared.cs.

◆ CreateFBody()

static Offset<FBody> droid.Runtime.Messaging.FBS.FBody.CreateFBody ( FlatBufferBuilder  builder,
double  velocity_X,
double  velocity_Y,
double  velocity_Z,
double  angular_velocity_X,
double  angular_velocity_Y,
double  angular_velocity_Z 
)
static

Definition at line 175 of file NeodroidFBSShared.cs.

Property Documentation

◆ AngularVelocity

FVector3 droid.Runtime.Messaging.FBS.FBody.AngularVelocity
get

Definition at line 173 of file NeodroidFBSShared.cs.

◆ ByteBuffer

ByteBuffer droid.Runtime.Messaging.FBS.FBody.ByteBuffer
get

Definition at line 168 of file NeodroidFBSShared.cs.

◆ Velocity

FVector3 droid.Runtime.Messaging.FBS.FBody.Velocity
get

Definition at line 172 of file NeodroidFBSShared.cs.


The documentation for this struct was generated from the following file: