C# Class UnityEditor.AssetInspector

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
Get ( ) : AssetInspector
OnAssetStatusGUI ( Rect r, int id, Object target, GUIStyle style ) : void

Private Methods

Méthode Description
AddChangesetFlag ( string str, string strToAdd ) : string
AssetInspector ( ) : System
ContextMenuClick ( object userData, string options, int selected ) : void
DoShowDiff ( string guid ) : void
GetChangeFlags ( ) : ChangeFlags
GetGUID ( ) : string
GetModificationString ( ChangeFlags flags ) : string
HasFlag ( ChangeFlags flags, ChangeFlags flagToCheck ) : bool
IsAssetServerSetUp ( ) : bool

Method Details

Get() public static méthode

public static Get ( ) : AssetInspector
Résultat AssetInspector

OnAssetStatusGUI() public méthode

public OnAssetStatusGUI ( Rect r, int id, Object target, GUIStyle style ) : void
r UnityEngine.Rect
id int
target Object
style UnityEngine.GUIStyle
Résultat void