C# Class OpenRA.Activities.Activity

ファイルを表示 Open project: OpenRA/OpenRA Class Usage Examples

Public Methods

Method Description
Cancel ( Actor self ) : void
GetTargets ( Actor self ) : IEnumerable
Queue ( Activity activity ) : void
Tick ( Actor self ) : Activity

Method Details

Cancel() public method

public Cancel ( Actor self ) : void
self Actor
return void

GetTargets() public method

public GetTargets ( Actor self ) : IEnumerable
self Actor
return IEnumerable

Queue() public method

public Queue ( Activity activity ) : void
activity Activity
return void

Tick() public abstract method

public abstract Tick ( Actor self ) : Activity
self Actor
return Activity