C# Класс OpenRA.Mods.RA.Traits.InfiltrateForDecoration

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

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

Метод Описание
InfiltrateForDecoration ( Actor self, InfiltrateForDecorationInfo info ) : System.Collections.Generic
Infiltrated ( Actor self, Actor infiltrator ) : void

Защищенные методы

Метод Описание
ShouldRender ( Actor self ) : bool

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

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

public InfiltrateForDecoration ( Actor self, InfiltrateForDecorationInfo info ) : System.Collections.Generic
self Actor
info InfiltrateForDecorationInfo
Результат System.Collections.Generic

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

public Infiltrated ( Actor self, Actor infiltrator ) : void
self Actor
infiltrator Actor
Результат void

ShouldRender() защищенный Метод

protected ShouldRender ( Actor self ) : bool
self Actor
Результат bool