C# Class UnityEditor.AssetSaveDialog

Inheritance: EditorWindow
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GetContentForAsset ( string path ) : GUIContent
ShowWindow ( string inAssets, string &assetsThatShouldBeSaved ) : void

Private Methods

Method Description
Cancel ( ) : void
CloseWindow ( ) : void
HandleKeyboard ( ) : void
IgnoreSelectedAssets ( ) : void
OnGUI ( ) : void
RebuildLists ( bool selected ) : void
SaveSelectedAssets ( ) : void
SetAssets ( string assets ) : void

Method Details

GetContentForAsset() public static method

public static GetContentForAsset ( string path ) : GUIContent
path string
return UnityEngine.GUIContent

ShowWindow() public static method

public static ShowWindow ( string inAssets, string &assetsThatShouldBeSaved ) : void
inAssets string
assetsThatShouldBeSaved string
return void