Vector3 inputfield 改进
This commit is contained in:
@@ -13,9 +13,5 @@ namespace Ichni.Editor
|
||||
public GridLayoutGroup gridLayoutGroup;
|
||||
public List<DynamicUIElement> dynamicUIElements = new List<DynamicUIElement>();
|
||||
[FormerlySerializedAs("container")] public RectTransform rect;
|
||||
|
||||
public void setVoH(bool VoH){
|
||||
if(VoH)gridLayoutGroup.cellSize=new Vector2(250,100);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user