Change CM attributes to not check inhereted class.
This commit is contained in:
@@ -250,7 +250,7 @@ namespace FlaxEditor.Windows
|
||||
foreach (var actorType in Editor.CodeEditing.Actors.Get())
|
||||
{
|
||||
ActorToolboxAttribute attribute = null;
|
||||
foreach (var e in actorType.GetAttributes(true))
|
||||
foreach (var e in actorType.GetAttributes(false))
|
||||
{
|
||||
if (e is ActorToolboxAttribute actorToolboxAttribute)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user