Class DataPath
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public class DataPath
Constructors
DataPath()
Declaration
DataPath(String)
Declaration
public DataPath(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
DataPath(DataPath.Root, String)
Declaration
public DataPath(DataPath.Root root, string leaf)
Parameters
Fields
m_leaf
Declaration
[SerializeField]
string m_leaf
Field Value
Type |
Description |
System.String |
|
m_root
Declaration
[SerializeField]
DataPath.Root m_root
Field Value
Properties
leaf
Declaration
public string leaf { get; set; }
Property Value
Type |
Description |
System.String |
|
readOnly
Declaration
public bool readOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
root
Declaration
public DataPath.Root root { get; set; }
Property Value
Methods
CreateDirectory()
Declaration
public void CreateDirectory()
GetFullPath()
Declaration
public string GetFullPath()
Returns
Type |
Description |
System.String |
|