C# Class OpenRA.Mods.Common.Traits.Render.WithProductionDoorOverlay

Inheritance: INotifyBuildComplete, ITick, INotifyProduction, INotifySold, INotifyDamageStateChanged
Exibir arquivo Open project: cjshmyr/OpenRA

Public Methods

Method Description
WithProductionDoorOverlay ( Actor self, WithProductionDoorOverlayInfo info ) : System.Collections.Generic

Private Methods

Method Description
INotifyBuildComplete ( Actor self ) : void
INotifyDamageStateChanged ( Actor self, AttackInfo e ) : void
INotifyProduction ( Actor self, Actor other, CPos exit ) : void
INotifySold ( Actor self ) : void
ITick ( Actor self ) : void

Method Details

WithProductionDoorOverlay() public method

public WithProductionDoorOverlay ( Actor self, WithProductionDoorOverlayInfo info ) : System.Collections.Generic
self Actor
info WithProductionDoorOverlayInfo
return System.Collections.Generic