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

상속: IRenderAboveShroud, ITick
파일 보기 프로젝트 열기: OpenRA/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
Info SelectionDecorationsInfo

공개 메소드들

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

비공개 메소드들

메소드 설명
ActivityTargetPath ( Actor self ) : IEnumerable
DrawPips ( Actor self, WorldRenderer wr, int2 basePosition, OpenRA.Graphics.PaletteReference palette ) : IEnumerable
IRenderAboveShroud ( Actor self, WorldRenderer wr ) : IEnumerable
ITick ( Actor self ) : void

메소드 상세

SelectionDecorations() 공개 메소드

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

프로퍼티 상세

Info 공개적으로 프로퍼티

public SelectionDecorationsInfo Info
리턴 SelectionDecorationsInfo