C# Class GameEntities.RTSUnitAI.Task

显示文件 Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Public Methods

Method Description
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
ToString ( ) : string

Method Details

Task() public method

public Task ( Types type ) : System
type Types
return System

Task() public method

public Task ( Types type, Dynamic entity ) : System
type Types
entity Dynamic
return System

Task() public method

public Task ( Types type, DynamicType entityType ) : System
type Types
entityType DynamicType
return System

Task() public method

public Task ( Types type, Vec3 position ) : System
type Types
position Vec3
return System

Task() public method

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

ToString() public method

public ToString ( ) : string
return string