C# 클래스 OpenRA.Mods.Common.Traits.Render.WithProductionDoorOverlay

상속: INotifyBuildComplete, ITick, INotifyProduction, INotifySold, INotifyDamageStateChanged
파일 보기 프로젝트 열기: cjshmyr/OpenRA

공개 메소드들

메소드 설명
WithProductionDoorOverlay ( Actor self, WithProductionDoorOverlayInfo info ) : System.Collections.Generic

비공개 메소드들

메소드 설명
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

메소드 상세

WithProductionDoorOverlay() 공개 메소드

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