C# Class PathRequestManager.PathRequest

Show file Open project: drakelinglabs/unityarmada Class Usage Examples

Public Properties

Property Type Description
callback bool>.Action
pathEnd Vector2
pathStart Vector2

Public Methods

Method Description
PathRequest ( Vector2 _start, Vector2 _end, bool>.Action _callback ) : UnityEngine

Method Details

PathRequest() public method

public PathRequest ( Vector2 _start, Vector2 _end, bool>.Action _callback ) : UnityEngine
_start Vector2
_end Vector2
_callback bool>.Action
return UnityEngine

Property Details

callback public property

public Action callback
return bool>.Action

pathEnd public property

public Vector2 pathEnd
return Vector2

pathStart public property

public Vector2 pathStart
return Vector2