C# 클래스 TileAgent, MagesOfBlight

상속: TileEntity
파일 보기 프로젝트 열기: DomCristaldi/MagesOfBlight 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
agentActions AgentActions,
agentCanvas Canvas
defaultModelLookDirec Vector3
hasTurn bool
maxMoveSteps int
moveSteps int
team BattleManager.CombatTeam

공개 메소드들

메소드 설명
FollowPath ( List pathToFollow ) : void
Heal ( float amount ) : void
Kill ( ) : void
RefreshTurn ( ) : void
RegisterWithTeam ( ) : void
UseTurn ( ) : void

보호된 메소드들

메소드 설명
Awake ( ) : void
CheckIfKill ( ) : void
LookProtocol ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

CheckIfKill() 보호된 메소드

protected CheckIfKill ( ) : void
리턴 void

FollowPath() 공개 메소드

public FollowPath ( List pathToFollow ) : void
pathToFollow List
리턴 void

Heal() 공개 메소드

public Heal ( float amount ) : void
amount float
리턴 void

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

LookProtocol() 보호된 메소드

protected LookProtocol ( ) : void
리턴 void

RefreshTurn() 공개 메소드

public RefreshTurn ( ) : void
리턴 void

RegisterWithTeam() 공개 메소드

public RegisterWithTeam ( ) : void
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

UseTurn() 공개 메소드

public UseTurn ( ) : void
리턴 void

프로퍼티 상세

agentActions 공개적으로 프로퍼티

public AgentActions, agentActions
리턴 AgentActions,

agentCanvas 공개적으로 프로퍼티

public Canvas agentCanvas
리턴 Canvas

defaultModelLookDirec 공개적으로 프로퍼티

public Vector3 defaultModelLookDirec
리턴 Vector3

hasTurn 공개적으로 프로퍼티

public bool hasTurn
리턴 bool

maxMoveSteps 공개적으로 프로퍼티

public int maxMoveSteps
리턴 int

moveSteps 공개적으로 프로퍼티

public int moveSteps
리턴 int

team 공개적으로 프로퍼티

public BattleManager.CombatTeam team
리턴 BattleManager.CombatTeam