summaryrefslogtreecommitdiff
path: root/UnityCollection/Assets/Tools/CustomBaking/Editor/Baker.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-05-11 20:13:09 +0800
committerchai <chaifix@163.com>2021-05-11 20:13:09 +0800
commitdb44a6e164c2072a6526bb4e588e7590df4e08c4 (patch)
treedf2b447afa45d71e18050739658cd90111c60280 /UnityCollection/Assets/Tools/CustomBaking/Editor/Baker.cs
parent61f7041fd10f1545991e6fbc66ade10c6835c5a4 (diff)
*rename
Diffstat (limited to 'UnityCollection/Assets/Tools/CustomBaking/Editor/Baker.cs')
-rw-r--r--UnityCollection/Assets/Tools/CustomBaking/Editor/Baker.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/UnityCollection/Assets/Tools/CustomBaking/Editor/Baker.cs b/UnityCollection/Assets/Tools/CustomBaking/Editor/Baker.cs
new file mode 100644
index 0000000..61a23b4
--- /dev/null
+++ b/UnityCollection/Assets/Tools/CustomBaking/Editor/Baker.cs
@@ -0,0 +1,13 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+using System.Threading;
+
+namespace CustomBaking
+{
+ public class Baker
+ {
+ Thread m_Thread;
+
+ }
+}