C# Class Delaunay.BoundsCheck

Afficher le fichier Open project: ngarside/UnityDelaunay Class Usage Examples

Méthodes publiques

Свойство Type Description
BOTTOM int
LEFT int
RIGHT int
TOP int

Méthodes publiques

Méthode Description
BoundsCheck ( ) : System
Check ( Vector2 point, Rect bounds ) : int

Method Details

BoundsCheck() public méthode

public BoundsCheck ( ) : System
Résultat System

Check() public static méthode

public static Check ( Vector2 point, Rect bounds ) : int
point Vector2
bounds UnityEngine.Rect
Résultat int

Property Details

BOTTOM public_oe static_oe property

public static int BOTTOM
Résultat int

LEFT public_oe static_oe property

public static int LEFT
Résultat int

RIGHT public_oe static_oe property

public static int RIGHT
Résultat int

TOP public_oe static_oe property

public static int TOP
Résultat int