C# Class Buoyancy.BuoyancyBehavior.Edge

Edge class
Afficher le fichier Open project: WaveEngine/Samples

Méthodes publiques

Свойство Type Description
From System.Vector2
To System.Vector2

Méthodes publiques

Méthode Description
Edge ( System.Vector2 from, System.Vector2 to ) : System

Method Details

Edge() public méthode

public Edge ( System.Vector2 from, System.Vector2 to ) : System
from System.Vector2
to System.Vector2
Résultat System

Property Details

From public_oe property

public Vector2,System From
Résultat System.Vector2

To public_oe property

public Vector2,System To
Résultat System.Vector2