C# 클래스 AssetsWatcher.AssetFileInfo

파일 보기 프로젝트 열기: mstevenson/AssetsWatcher 1 사용 예제들

공개 메소드들

메소드 설명
AssetFileInfo ( string path ) : System.Collections.Generic
Equals ( object obj ) : bool
GetExtensionsForType ( UnityAssetType type ) : string[]

Extension (with leading dot) for the given Unity asset type

GetHashCode ( ) : int
GetTypeForExtension ( string extension ) : UnityAssetType
operator ( ) : bool

메소드 상세

AssetFileInfo() 공개 메소드

public AssetFileInfo ( string path ) : System.Collections.Generic
path string
리턴 System.Collections.Generic

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetExtensionsForType() 공개 정적인 메소드

Extension (with leading dot) for the given Unity asset type
public static GetExtensionsForType ( UnityAssetType type ) : string[]
type UnityAssetType
리턴 string[]

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetTypeForExtension() 공개 정적인 메소드

public static GetTypeForExtension ( string extension ) : UnityAssetType
extension string
리턴 UnityAssetType

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool