示例#1
0
        private static void CvsF_Eyelashes_ChangeMenuFunc_SetMainCat(CustomSelectScrollController ___sscEyelashesType)
        {
            Tools.ResetSearch();

            AI_MakerSearch.category   = Tools.SearchCategory.FaceEyelash;
            AI_MakerSearch.controller = ___sscEyelashesType;

            AI_MakerSearch.view = AI_MakerSearch.controller.GetComponent <LoopListView2>();
        }
示例#2
0
        private static void CvsF_MakeupLip_ChangeMenuFunc_SetMainCat(CustomSelectScrollController ___sscLipType)
        {
            Tools.ResetSearch();

            HS2_MakerSearch.category   = Tools.SearchCategory.FaceLip;
            HS2_MakerSearch.controller = ___sscLipType;

            HS2_MakerSearch.view = HS2_MakerSearch.controller.GetComponent <LoopListView2>();
        }
示例#3
0
        private static void CvsB_Paint_ChangeMenuFunc_SetMainCat(CustomSelectScrollController ___sscPaintType)
        {
            Tools.ResetSearch();

            AI_MakerSearch.category   = Tools.SearchCategory.BodyPaint;
            AI_MakerSearch.controller = ___sscPaintType;

            AI_MakerSearch.view = AI_MakerSearch.controller.GetComponent <LoopListView2>();
        }
示例#4
0
        private static void CvsB_Underhair_ChangeMenuFunc_SetMainCat(CustomSelectScrollController ___sscUnderhairType)
        {
            Tools.ResetSearch();

            HS2_MakerSearch.category   = Tools.SearchCategory.BodyUnderhair;
            HS2_MakerSearch.controller = ___sscUnderhairType;

            HS2_MakerSearch.view = HS2_MakerSearch.controller.GetComponent <LoopListView2>();
        }