C# 클래스 OpenRA.Mods.RA.Traits.InfiltrateForDecoration

상속: WithDecoration, INotifyInfiltrated
파일 보기 프로젝트 열기: OpenRA/OpenRA

공개 메소드들

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