1.9.5: Modified FilePathAttribute to take RelativeToProjectFolder, RelativeToStreamingFolder and Absolute
This commit is contained in:
parent
764027b615
commit
ea527c9b33
5 changed files with 60 additions and 14 deletions
9
Runtime/Enums/EFilePathType.cs
Normal file
9
Runtime/Enums/EFilePathType.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Module.Inspector
|
||||
{
|
||||
public enum EFilePathType
|
||||
{
|
||||
RelativeToProjectFolder,
|
||||
RelativeToStreamingFolder,
|
||||
Absolute
|
||||
}
|
||||
}
|
||||
3
Runtime/Enums/EFilePathType.cs.meta
Normal file
3
Runtime/Enums/EFilePathType.cs.meta
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 7b865edb300f46409da22acb64876969
|
||||
timeCreated: 1725182290
|
||||
Loading…
Add table
Add a link
Reference in a new issue