Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
Behavior interface. More...
Public Member Functions | |
void | ApplyBehavior (VerletPoint point, float delta) |
Apply behavior to a verlet point. More... | |
Behavior interface.
Definition at line 6 of file IBehavior.cs.
void VerletPhysics.IBehavior.ApplyBehavior | ( | VerletPoint | point, |
float | delta | ||
) |
Apply behavior to a verlet point.
point | Verlet point |
delta | Delta time |
Implemented in VerletPhysics.GravityBehavior, and VerletPhysics.AttractionBehavior.