C# Class PathRequestManager.PathRequest

Datei anzeigen 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_oe property

public Action callback
return bool>.Action

pathEnd public_oe property

public Vector2 pathEnd
return Vector2

pathStart public_oe property

public Vector2 pathStart
return Vector2