Skip to content

TypeSelectorPopupContent brings abstract classes. #5

Description

@Kadowns

During the construction of the TypeSelectorPopupContent, it searches for all types that inherit from a specific type, but it also allows abstract classes, wich does not make sense, since this popup is used for creating instances of a type.
var types = new List<Type>(); foreach (var validType in validTypes) { types.AddRange(Types.GetAllTypesOf(validType)); }

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions