C# 클래스 FlatRedBall.Glue.SaveClasses.ReferencedFileSaveExtensionMethodsGlue

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
GetAssetTypeInfoForProjectSpecificFile ( this instance, ProjectSpecificFile psf ) : AssetTypeInfo
GetBuildToolAssociation ( this instance ) : BuildToolAssociation
GetIsBuiltFileOutOfDate ( this instance ) : bool
GetRelativePath ( this referencedFileSave ) : string
PerformExternalBuild ( this instance ) : string
PerformExternalBuild ( this instance, bool runAsync ) : string
RefreshSourceFileCache ( this instance, bool buildOnMissingFile, string &error ) : void

비공개 메소드들

메소드 설명
PerformBuildOnFile ( this instance, string absoluteSourceName, string absoluteDestinationName, bool runAsync ) : string

메소드 상세

GetAssetTypeInfoForProjectSpecificFile() 공개 정적인 메소드

public static GetAssetTypeInfoForProjectSpecificFile ( this instance, ProjectSpecificFile psf ) : AssetTypeInfo
instance this
psf ProjectSpecificFile
리턴 AssetTypeInfo

GetBuildToolAssociation() 공개 정적인 메소드

public static GetBuildToolAssociation ( this instance ) : BuildToolAssociation
instance this
리턴 EditorObjects.SaveClasses.BuildToolAssociation

GetIsBuiltFileOutOfDate() 공개 정적인 메소드

public static GetIsBuiltFileOutOfDate ( this instance ) : bool
instance this
리턴 bool

GetRelativePath() 공개 정적인 메소드

public static GetRelativePath ( this referencedFileSave ) : string
referencedFileSave this
리턴 string

PerformExternalBuild() 공개 정적인 메소드

public static PerformExternalBuild ( this instance ) : string
instance this
리턴 string

PerformExternalBuild() 공개 정적인 메소드

public static PerformExternalBuild ( this instance, bool runAsync ) : string
instance this
runAsync bool
리턴 string

RefreshSourceFileCache() 공개 정적인 메소드

public static RefreshSourceFileCache ( this instance, bool buildOnMissingFile, string &error ) : void
instance this
buildOnMissingFile bool
error string
리턴 void