C# Class OpenRA.Mods.RA.Traits.InfiltrateForDecoration

Inheritance: WithDecoration, INotifyInfiltrated
Mostrar archivo Open project: OpenRA/OpenRA

Public Methods

Method Description
InfiltrateForDecoration ( Actor self, InfiltrateForDecorationInfo info ) : System.Collections.Generic
Infiltrated ( Actor self, Actor infiltrator ) : void

Protected Methods

Method Description
ShouldRender ( Actor self ) : bool

Method Details

InfiltrateForDecoration() public method

public InfiltrateForDecoration ( Actor self, InfiltrateForDecorationInfo info ) : System.Collections.Generic
self Actor
info InfiltrateForDecorationInfo
return System.Collections.Generic

Infiltrated() public method

public Infiltrated ( Actor self, Actor infiltrator ) : void
self Actor
infiltrator Actor
return void

ShouldRender() protected method

protected ShouldRender ( Actor self ) : bool
self Actor
return bool