mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-11-06 17:15:24 +00:00
适配v3版本的step功能
This commit is contained in:
@@ -170,7 +170,11 @@ export function getSimpleProperties(typeName: string): string[] {
|
||||
"worldScale",
|
||||
// "worldRotation",// 渲染有问题,暂时先不支持这个属性
|
||||
];
|
||||
config[CompType.UITransform] = ["anchor", "size"];
|
||||
config[CompType.UITransform] = [
|
||||
"anchorPoint", //vec2类型,step会正确处理
|
||||
// "anchor",// FIXME: 会被Inspector属性配对,无法正确处理step
|
||||
"size",
|
||||
];
|
||||
config[CompType.Widget] = [
|
||||
"left",
|
||||
"right",
|
||||
|
||||
Reference in New Issue
Block a user