Enum FileLocation
The relative folder location of files.
檔案的相對文件夾位置。
Namespace: Votanic
Assembly: Votanic.Core.dll
Syntax
[Serializable]
public enum FileLocation
Fields
| Name | Description |
|---|---|
| AbsolutePath | Absolute path. |
| DataPath | Unity Application.dataPath folder. In editor as the Assets folder. |
| ExternalResourcesFolder | "../Resources" folder. |
| PersistentDataPath | Unity Application.persistentDataPath folder. |
| StreamingAssetsPath | Unity Application.streamingAssetsPath folder. |
| VotanicFolder | The Assets/Votanic folder in the project. |