C# Class OpenRA.Mods.Common.Activities.Drag

Inheritance: Activity
Show file Open project: OpenRA/OpenRA

Public Methods

Method Description
Cancel ( Actor self ) : void
Drag ( Actor self, WPos start, WPos end, int length ) : System.Collections.Generic
GetTargets ( Actor self ) : IEnumerable
Tick ( Actor self ) : Activity

Method Details

Cancel() public method

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

Drag() public method

public Drag ( Actor self, WPos start, WPos end, int length ) : System.Collections.Generic
self Actor
start WPos
end WPos
length int
return System.Collections.Generic

GetTargets() public method

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

Tick() public method

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