C# 클래스 Forge.Editing.SystemsWindow.SystemsView

파일 보기 프로젝트 열기: jacobdufault/forge-unity

공개 메소드들

메소드 설명
DrawSystemsInterested ( ) : void

비공개 메소드들

메소드 설명
ComputeDataTypes ( IEnumerable requiredTypes, IQueryableEntity entity, List &missing, List &contained ) : void
ComputeSystems ( GameObject selected, IQueryableEntity entity, List &success, List &partial, List &failed, List &generic ) : void
GetSystems ( GameObject selected ) : List

Returns all of the ISystems that are associated with the LevelDesigner that is hierarchically associated with the given selected object.

PassesSearchFilter ( ISystem system ) : bool

메소드 상세

DrawSystemsInterested() 공개 메소드

public DrawSystemsInterested ( ) : void
리턴 void