C# 클래스 Nez.PipelineImporter.PathHelper

파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
getAbsolutePath ( string relativePath, string basePath ) : string
makeRelativePath ( string fromPath, string toPath ) : string

Creates a relative path from one file or folder to another.

메소드 상세

getAbsolutePath() 공개 정적인 메소드

public static getAbsolutePath ( string relativePath, string basePath ) : string
relativePath string
basePath string
리턴 string

makeRelativePath() 공개 정적인 메소드

Creates a relative path from one file or folder to another.
public static makeRelativePath ( string fromPath, string toPath ) : string
fromPath string Contains the directory that defines the start of the relative path.
toPath string Contains the path that defines the endpoint of the relative path.
리턴 string