Class ComponentTypeChooser
Inheritance
System.Object
ComponentTypeChooser
Namespace: Unity.Entities.Editor
Syntax
public class ComponentTypeChooser : EditorWindow
Methods
ComponentFilterChanged()
Declaration
public void ComponentFilterChanged()
Open(Vector2, List<ComponentType>, List<Boolean>, CallbackAction)
Declaration
public static void Open(Vector2 screenPosition, List<ComponentType> types, List<bool> typeSelections, CallbackAction callback)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | screenPosition | |
List<ComponentType> | types | |
List<System.Boolean> | typeSelections | |
CallbackAction | callback |