示例#1
0
    public void Build(ShortcutSettings sSettings, GameObject parentObj)
    {
        _sSettings = sSettings;
        _parentObj = parentObj;

        items = Getter.GetChildItemsFromGameObject(gameObject);

        BuildItems();
    }