프로퍼티 | 타입 | 설명 | |
---|---|---|---|
targetPosition | CPos |
메소드 | 설명 | |
---|---|---|
Cancel ( Actor self ) : bool | ||
GetTargets ( Actor self ) : IEnumerable |
||
MoveAdjacentTo ( Actor self, |
||
Tick ( Actor self ) : Activity |
메소드 | 설명 | |
---|---|---|
CandidateMovementCells ( Actor self ) : IEnumerable |
||
ShouldRepath ( Actor self, CPos oldTargetPosition ) : bool | ||
ShouldStop ( Actor self, CPos oldTargetPosition ) : bool |
메소드 | 설명 | |
---|---|---|
CalculatePathToTarget ( Actor self ) : List |
protected CandidateMovementCells ( Actor self ) : IEnumerable |
||
self | Actor | |
리턴 | IEnumerable |
public MoveAdjacentTo ( Actor self, |
||
self | Actor | |
target | ||
리턴 | System.Collections.Generic |
protected ShouldRepath ( Actor self, CPos oldTargetPosition ) : bool | ||
self | Actor | |
oldTargetPosition | CPos | |
리턴 | bool |
protected ShouldStop ( Actor self, CPos oldTargetPosition ) : bool | ||
self | Actor | |
oldTargetPosition | CPos | |
리턴 | bool |