diff options
author | chai <chaifix@163.com> | 2019-08-14 22:50:43 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-08-14 22:50:43 +0800 |
commit | 15740faf9fe9fe4be08965098bbf2947e096aeeb (patch) | |
tree | a730ec236656cc8cab5b13f088adfaed6bb218fb /Runtime/Misc/ResourceManagerGUIDs.h |
Diffstat (limited to 'Runtime/Misc/ResourceManagerGUIDs.h')
-rw-r--r-- | Runtime/Misc/ResourceManagerGUIDs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Runtime/Misc/ResourceManagerGUIDs.h b/Runtime/Misc/ResourceManagerGUIDs.h new file mode 100644 index 0000000..5dba07f --- /dev/null +++ b/Runtime/Misc/ResourceManagerGUIDs.h @@ -0,0 +1,5 @@ +#include "Runtime/Utilities/GUID.h" + +inline UnityGUID GetEditorResourcesGUID () { return UnityGUID (0, 0, 13, 0); } +inline UnityGUID GetBuiltinResourcesGUID () { return UnityGUID (0, 0, 14, 0); } +inline UnityGUID GetBuiltinExtraResourcesGUID () { return UnityGUID (0, 0, 15, 0); } |