0.2.0: Moved into inspector drawer from module.toolbox to module.inspector
This commit is contained in:
parent
5671c2c754
commit
ffec2abdf4
227 changed files with 5306 additions and 29 deletions
9
Editor/Enums/EAccessType.cs
Normal file
9
Editor/Enums/EAccessType.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Module.Inspector.Editor
|
||||
{
|
||||
public enum EAccessType : byte
|
||||
{
|
||||
Enabled,
|
||||
Hidden,
|
||||
ReadOnly,
|
||||
}
|
||||
}
|
||||
11
Editor/Enums/EAccessType.cs.meta
Normal file
11
Editor/Enums/EAccessType.cs.meta
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a1b0d189dd82df440bf3328e0086c0c5
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Loading…
Add table
Add a link
Reference in a new issue