C# Class PathRequestManager

Inheritance: MonoBehaviour
Exibir arquivo Open project: drakelinglabs/unityarmada Class Usage Examples

Public Methods

Method Description
FinishedProcessingPath ( Vector2 path, bool success ) : void
RequestPath ( Vector2 pathStart, Vector2 pathEnd, bool>.Action callback ) : void

Private Methods

Method Description
Awake ( ) : void
TryProcessNext ( ) : void

Method Details

FinishedProcessingPath() public method

public FinishedProcessingPath ( Vector2 path, bool success ) : void
path Vector2
success bool
return void

RequestPath() public static method

public static RequestPath ( Vector2 pathStart, Vector2 pathEnd, bool>.Action callback ) : void
pathStart Vector2
pathEnd Vector2
callback bool>.Action
return void