Show / Hide Table of Contents

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.
Unity Application.dataPath 路徑。在編輯器即 Assets 文件夾。

ExternalResourcesFolder

"../Resources" folder.
"../Resources" 文件夾。

PersistentDataPath

Unity Application.persistentDataPath folder.
Unity Application.persistentDataPath 路徑。

StreamingAssetsPath

Unity Application.streamingAssetsPath folder.
Unity Application.streamingAssetsPath 路徑。

VotanicFolder

The Assets/Votanic folder in the project.
項目的 Assets/Votanic 文件夾。

In This Article
Back to top Generated by DocFX