C# Класс OpenRA.Mods.Common.Activities.Drag

Наследование: Activity
Показать файл Открыть проект

Открытые методы

Метод Описание
Cancel ( Actor self ) : void
Drag ( Actor self, WPos start, WPos end, int length ) : System.Collections.Generic
GetTargets ( Actor self ) : IEnumerable
Tick ( Actor self ) : Activity

Описание методов

Cancel() публичный Метод

public Cancel ( Actor self ) : void
self Actor
Результат void

Drag() публичный Метод

public Drag ( Actor self, WPos start, WPos end, int length ) : System.Collections.Generic
self Actor
start WPos
end WPos
length int
Результат System.Collections.Generic

GetTargets() публичный Метод

public GetTargets ( Actor self ) : IEnumerable
self Actor
Результат IEnumerable

Tick() публичный Метод

public Tick ( Actor self ) : Activity
self Actor
Результат Activity