C# Class Forge.Editing.SystemsWindow.SystemsView

显示文件 Open project: jacobdufault/forge-unity

Public Methods

Method Description
DrawSystemsInterested ( ) : void

Private Methods

Method Description
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

Method Details

DrawSystemsInterested() public method

public DrawSystemsInterested ( ) : void
return void