C# Class Aiv.Fast2D.Example.Rope

Inheritance: Segment
Afficher le fichier Open project: aiv01/aiv-fast2d Class Usage Examples

Méthodes publiques

Méthode Description
Rope ( float maxLength, float lineWidth ) : System
SetDestination ( System.Vector2 destination ) : void
SetDestination ( float x, float y ) : void
UpdatePhysics ( Window window ) : void

Method Details

Rope() public méthode

public Rope ( float maxLength, float lineWidth ) : System
maxLength float
lineWidth float
Résultat System

SetDestination() public méthode

public SetDestination ( System.Vector2 destination ) : void
destination System.Vector2
Résultat void

SetDestination() public méthode

public SetDestination ( float x, float y ) : void
x float
y float
Résultat void

UpdatePhysics() public méthode

public UpdatePhysics ( Window window ) : void
window Window
Résultat void