C# Class PathRequestManager.PathRequest

Afficher le fichier Open project: drakelinglabs/unityarmada Class Usage Examples

Méthodes publiques

Свойство Type Description
callback bool>.Action
pathEnd Vector2
pathStart Vector2

Méthodes publiques

Méthode Description
PathRequest ( Vector2 _start, Vector2 _end, bool>.Action _callback ) : UnityEngine

Method Details

PathRequest() public méthode

public PathRequest ( Vector2 _start, Vector2 _end, bool>.Action _callback ) : UnityEngine
_start Vector2
_end Vector2
_callback bool>.Action
Résultat UnityEngine

Property Details

callback public_oe property

public Action callback
Résultat bool>.Action

pathEnd public_oe property

public Vector2 pathEnd
Résultat Vector2

pathStart public_oe property

public Vector2 pathStart
Résultat Vector2