C# 클래스 OpenRA.Mods.Common.Traits.SelectionDecorations

상속: IPostRenderSelection
파일 보기 프로젝트 열기: cjshmyr/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
Info SelectionDecorationsInfo

공개 메소드들

메소드 설명
RenderAfterWorld ( WorldRenderer wr ) : IEnumerable
SelectionDecorations ( Actor self, SelectionDecorationsInfo info ) : System.Collections.Generic

비공개 메소드들

메소드 설명
ActivityTargetPath ( ) : IEnumerable
DrawControlGroup ( WorldRenderer wr, Actor self, int2 basePosition ) : IEnumerable
DrawPips ( WorldRenderer wr, Actor self, int2 basePosition ) : IEnumerable

메소드 상세

RenderAfterWorld() 공개 메소드

public RenderAfterWorld ( WorldRenderer wr ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
리턴 IEnumerable

SelectionDecorations() 공개 메소드

public SelectionDecorations ( Actor self, SelectionDecorationsInfo info ) : System.Collections.Generic
self Actor
info SelectionDecorationsInfo
리턴 System.Collections.Generic

프로퍼티 상세

Info 공개적으로 프로퍼티

public SelectionDecorationsInfo Info
리턴 SelectionDecorationsInfo