|
My Project
|
Classes | |
| class | Connection |
| class | RuntimeProperties |
Public Member Functions | |
| Vector2 | GetGroundPos () |
| List< Connection > | GetActiveConnections () |
Static Public Member Functions | |
| static bool | _DoesItReachWaypoint (Waypoint waypoint, List< Waypoint > targetWaypoints, MapBarriers barriers) |
Public Attributes | |
| int | refIndex |
| Color | color = Color.green |
| string | iconName |
| float | radius = 1.5f |
| LayerMask | groundLayer |
| List< Waypoint > | reaches = new List<Waypoint>() |
| RuntimeProperties | p = new RuntimeProperties() |
| List< Connection > | connections = new List<Connection>() |
| bool | traversed |