07/10/29 08:56:19 XKEkGmDx
var topMenu = new ContextMenu();
topMenu.hideBuiltInItems();
topMenu.builtInItems.quality = true;
topMenu.customItems.push(new ContextMenuItem("Noise", this.onSelect));
topMenu.customItems.push(new ContextMenuItem("PerlinNoise", this.onSelect));
this.menu = topMenu;
ビルトインメニューの変更はできるがカスタムメニューの表示がされない。
もうこれバグなんじゃねーの