Method | Description | |
---|---|---|
AddBody ( |
||
AddPoint ( Vector2 point ) : void | ||
GravityController ( float strength ) : System | ||
GravityController ( float strength, float maxRadius, float minRadius ) : System | ||
Update ( float dt ) : void |
public AddBody ( |
||
body | ||
return | void |
public GravityController ( float strength ) : System | ||
strength | float | |
return | System |
public GravityController ( float strength, float maxRadius, float minRadius ) : System | ||
strength | float | |
maxRadius | float | |
minRadius | float | |
return | System |