C# Class UnityLibrarySwitcher.LibrarySwitcher

Datei anzeigen Open project: d12frosted/UnityLibrarySwitcher Class Usage Examples

Public Properties

Property Type Description
LibraryCacheDirectory string

Public Methods

Method Description
SwitchBranchTo ( string branchTo ) : void
SwitchTargetTo ( BuildTarget targetTo ) : void
UpdateCachedLibrariesInfo ( ) : void
UpdateCurrentBranchName ( ) : void
UpdateListOfBranches ( ) : void

Private Methods

Method Description
BranchPath ( string branch ) : string
LibraryPath ( CachedLibraryInfo info ) : string
LibraryPath ( string branch, BuildTarget target ) : string
SafeCreateDirectory ( string path ) : void
SwitchLibrary ( string pathFrom, string pathTo ) : void

Method Details

SwitchBranchTo() public method

public SwitchBranchTo ( string branchTo ) : void
branchTo string
return void

SwitchTargetTo() public method

public SwitchTargetTo ( BuildTarget targetTo ) : void
targetTo BuildTarget
return void

UpdateCachedLibrariesInfo() public method

public UpdateCachedLibrariesInfo ( ) : void
return void

UpdateCurrentBranchName() public method

public UpdateCurrentBranchName ( ) : void
return void

UpdateListOfBranches() public method

public UpdateListOfBranches ( ) : void
return void

Property Details

LibraryCacheDirectory public_oe static_oe property

public static string LibraryCacheDirectory
return string