C# 클래스 GameEntities.RTS_Specific.AntUnitAI.Task

파일 보기 프로젝트 열기: DarrenHassan/GDM4242-GroupD

공개 메소드들

메소드 설명
Task ( Types type ) : System
Task ( Types type, Dynamic entity ) : System
Task ( Types type, DynamicType entityType ) : System
Task ( Types type, Vec3 position ) : System
Task ( Types type, Vec3 position, DynamicType entityType ) : System
Task ( Types type, float wanderRadius, float wanderDistance, float wanderJitter ) : System
ToString ( ) : string

메소드 상세

Task() 공개 메소드

public Task ( Types type ) : System
type Types
리턴 System

Task() 공개 메소드

public Task ( Types type, Dynamic entity ) : System
type Types
entity Dynamic
리턴 System

Task() 공개 메소드

public Task ( Types type, DynamicType entityType ) : System
type Types
entityType DynamicType
리턴 System

Task() 공개 메소드

public Task ( Types type, Vec3 position ) : System
type Types
position Vec3
리턴 System

Task() 공개 메소드

public Task ( Types type, Vec3 position, DynamicType entityType ) : System
type Types
position Vec3
entityType DynamicType
리턴 System

Task() 공개 메소드

public Task ( Types type, float wanderRadius, float wanderDistance, float wanderJitter ) : System
type Types
wanderRadius float
wanderDistance float
wanderJitter float
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string