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

Show file Open project: robinxb/Procedural-Generation-Tilemap

Public Properties

Property Type Description
start Vector2
stop Vector2

Public Methods

Method Description
LineSegment ( Vector2 start, Vector2 stop ) : System.Collections

Method Details

LineSegment() public method

public LineSegment ( Vector2 start, Vector2 stop ) : System.Collections
start Vector2
stop Vector2
return System.Collections

Property Details

start public property

public Vector2 start
return Vector2

stop public property

public Vector2 stop
return Vector2