C# Class RoomGeneratorControllor.LineSegment, Procedural-Generation-Tilemap

Afficher le fichier Open project: robinxb/Procedural-Generation-Tilemap

Méthodes publiques

Свойство Type Description
start Vector2
stop Vector2

Méthodes publiques

Méthode Description
LineSegment ( Vector2 start, Vector2 stop ) : System.Collections

Method Details

LineSegment() public méthode

public LineSegment ( Vector2 start, Vector2 stop ) : System.Collections
start Vector2
stop Vector2
Résultat System.Collections

Property Details

start public_oe property

public Vector2 start
Résultat Vector2

stop public_oe property

public Vector2 stop
Résultat Vector2