基类property 无法拖动子类上去

1.继承



2.property书写
image
3.拖动
image
4.可拖动至列表数字处
image
但显示None
image
5.是否bug?是否会修?还是我哪儿写的有问题导致

大佬,试试这样写
@guolei1994

@property  
InitActions:Array<Action>=[];
@property([Action])
InitActions:Action[]=[];

已测试,无效

使用的编辑器版本是?2.4.8 测试没复现

@property([Action])
InitActions:Action[]=[];

It’s work fine :slight_smile:
Let’s recheck your Action class.
image

我的编辑器版本是2.4.5
我下载了2.4.8
又花费了些时间测试
问题没有了
谢谢各位

该主题在最后一个回复创建后14天后自动关闭。不再允许新的回复。