Method | Description | |
---|---|---|
Rope ( float maxLength, float lineWidth ) : System | ||
SetDestination ( System.Vector2 destination ) : void | ||
SetDestination ( float x, float y ) : void | ||
UpdatePhysics ( Window window ) : void |
public Rope ( float maxLength, float lineWidth ) : System | ||
maxLength | float | |
lineWidth | float | |
return | System |
public SetDestination ( System.Vector2 destination ) : void | ||
destination | System.Vector2 | |
return | void |
public SetDestination ( float x, float y ) : void | ||
x | float | |
y | float | |
return | void |
public UpdatePhysics ( Window window ) : void | ||
window | Window | |
return | void |