C# Class UTJ.DataPath

ファイルを表示 Open project: unity3d-jp/NVIDIAHairWorksIntegration Class Usage Examples

Public Properties

Property Type Description
m_leaf string
m_root Root

Public Methods

Method Description
CreateDirectory ( ) : void
DataPath ( ) : System
DataPath ( Root root, string leaf ) : System
GetPath ( ) : string

Method Details

CreateDirectory() public method

public CreateDirectory ( ) : void
return void

DataPath() public method

public DataPath ( ) : System
return System

DataPath() public method

public DataPath ( Root root, string leaf ) : System
root Root
leaf string
return System

GetPath() public method

public GetPath ( ) : string
return string

Property Details

m_leaf public_oe property

public string m_leaf
return string

m_root public_oe property

public Root m_root
return Root