SetPaths() public method

public SetPaths ( string paths ) : void
paths string
return void
示例#1
0
        public static void ShowWindow(string[] paths)
        {
            BumpMapSettingsFixingWindow window = EditorWindow.GetWindow <BumpMapSettingsFixingWindow>(true);

            window.SetPaths(paths);
            window.ShowUtility();
        }