Свойство | Type | Description | |
---|---|---|---|
targetPosition | CPos |
Méthode | Description | |
---|---|---|
Cancel ( Actor self ) : bool | ||
GetTargets ( Actor self ) : IEnumerable |
||
MoveAdjacentTo ( Actor self, |
||
Tick ( Actor self ) : Activity |
Méthode | Description | |
---|---|---|
CandidateMovementCells ( Actor self ) : IEnumerable |
||
ShouldRepath ( Actor self, CPos oldTargetPosition ) : bool | ||
ShouldStop ( Actor self, CPos oldTargetPosition ) : bool |
Méthode | Description | |
---|---|---|
CalculatePathToTarget ( Actor self ) : List |
protected CandidateMovementCells ( Actor self ) : IEnumerable |
||
self | Actor | |
Résultat | IEnumerable |
public GetTargets ( Actor self ) : IEnumerable |
||
self | Actor | |
Résultat | IEnumerable |
public MoveAdjacentTo ( Actor self, |
||
self | Actor | |
target | ||
Résultat | System.Collections.Generic |
protected ShouldRepath ( Actor self, CPos oldTargetPosition ) : bool | ||
self | Actor | |
oldTargetPosition | CPos | |
Résultat | bool |
protected ShouldStop ( Actor self, CPos oldTargetPosition ) : bool | ||
self | Actor | |
oldTargetPosition | CPos | |
Résultat | bool |