C# Class Pathfinding.IntRect

Afficher le fichier Open project: austinshenk/Binary Class Usage Examples

Méthodes publiques

Свойство Type Description
xmin int

Méthodes publiques

Méthode Description
Contains ( int x, int y ) : bool
DebugDraw ( Matrix4x4 matrix, Color col ) : void
Expand ( int range ) : IntRect
IntRect ( int xmin, int ymin, int xmax, int ymax ) : System.Collections
Intersection ( IntRect a, IntRect b ) : IntRect
IsValid ( ) : bool
Union ( IntRect a, IntRect b ) : IntRect

Method Details

Contains() public méthode

public Contains ( int x, int y ) : bool
x int
y int
Résultat bool

DebugDraw() public méthode

public DebugDraw ( Matrix4x4 matrix, Color col ) : void
matrix UnityEngine.Matrix4x4
col UnityEngine.Color
Résultat void

Expand() public méthode

public Expand ( int range ) : IntRect
range int
Résultat IntRect

IntRect() public méthode

public IntRect ( int xmin, int ymin, int xmax, int ymax ) : System.Collections
xmin int
ymin int
xmax int
ymax int
Résultat System.Collections

Intersection() public static méthode

public static Intersection ( IntRect a, IntRect b ) : IntRect
a IntRect
b IntRect
Résultat IntRect

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

Union() public static méthode

public static Union ( IntRect a, IntRect b ) : IntRect
a IntRect
b IntRect
Résultat IntRect

Property Details

xmin public_oe property

public int xmin
Résultat int