C# 클래스 OpenRA.Mods.Common.Traits.Radar.AppearsOnRadar

상속: IRadarSignature, INotifyCreated
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
AppearsOnRadar ( AppearsOnRadarInfo info ) : System.Collections.Generic
Created ( Actor self ) : void
RadarSignatureCells ( Actor self ) : Color>>.IEnumerable

메소드 상세

AppearsOnRadar() 공개 메소드

public AppearsOnRadar ( AppearsOnRadarInfo info ) : System.Collections.Generic
info AppearsOnRadarInfo
리턴 System.Collections.Generic

Created() 공개 메소드

public Created ( Actor self ) : void
self Actor
리턴 void

RadarSignatureCells() 공개 메소드

public RadarSignatureCells ( Actor self ) : Color>>.IEnumerable
self Actor
리턴 Color>>.IEnumerable