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

Inheritance: Activity
Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

Méthode 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 méthode

public Cancel ( Actor self ) : void
self Actor
Résultat void

Drag() public méthode

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

GetTargets() public méthode

public GetTargets ( Actor self ) : IEnumerable
self Actor
Résultat IEnumerable

Tick() public méthode

public Tick ( Actor self ) : Activity
self Actor
Résultat Activity