C# 클래스 Tantric.Logic.Unit

상속: Tantric.World.WorldObject
파일 보기 프로젝트 열기: TheEtiologist/tantric

공개 메소드들

메소드 설명
AddGoal ( UnitGoal goal ) : void
ContainsGoal ( String name ) : bool
GetGoal ( String name ) : UnitGoal
RemoveGoal ( String name ) : void
RemoveGoal ( UnitGoal goal ) : void

보호된 메소드들

메소드 설명
Unit ( String name, IGoalInterpreter interpreter ) : System

메소드 상세

AddGoal() 공개 메소드

public AddGoal ( UnitGoal goal ) : void
goal UnitGoal
리턴 void

ContainsGoal() 공개 메소드

public ContainsGoal ( String name ) : bool
name String
리턴 bool

GetGoal() 공개 메소드

public GetGoal ( String name ) : UnitGoal
name String
리턴 UnitGoal

RemoveGoal() 공개 메소드

public RemoveGoal ( String name ) : void
name String
리턴 void

RemoveGoal() 공개 메소드

public RemoveGoal ( UnitGoal goal ) : void
goal UnitGoal
리턴 void

Unit() 보호된 메소드

protected Unit ( String name, IGoalInterpreter interpreter ) : System
name String
interpreter IGoalInterpreter
리턴 System