Exemple #1
0
 public RigidBody2DAgent(RigidBody2D _body)
 {
     Body = _body;
     _body.GetTree().Connect("physics_frame", this, "_OnSceneTreeFrame");
 }