C# Class UnityEditor.AssetImporterInspector

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

Private Properties

Свойство Type Description
Apply void
ApplyAndImport void
AssetWasUpdated bool
Awake void
GetAssetPaths string[]
GetSerializedObjectInternal SerializedObject
HasModified bool
ImportAssets void
OnHeaderIconGUI void
ResetTimeStamp void
ResetValues void

Méthodes publiques

Méthode Description
OnDisable ( ) : void

Méthodes protégées

Méthode Description
ApplyButton ( ) : bool
ApplyButton ( string buttonText ) : bool
ApplyRevertGUI ( ) : void
ApplyRevertGUIButtons ( ) : bool
AssetImporterInspector ( ) : System
RevertButton ( ) : void
RevertButton ( string buttonText ) : void

Private Methods

Méthode Description
Apply ( ) : void
ApplyAndImport ( ) : void
AssetWasUpdated ( ) : bool
Awake ( ) : void
GetAssetPaths ( ) : string[]
GetSerializedObjectInternal ( ) : SerializedObject
HasModified ( ) : bool
ImportAssets ( string paths ) : void
OnHeaderIconGUI ( Rect iconRect ) : void
ResetTimeStamp ( ) : void
ResetValues ( ) : void

Method Details

ApplyButton() protected méthode

protected ApplyButton ( ) : bool
Résultat bool

ApplyButton() protected méthode

protected ApplyButton ( string buttonText ) : bool
buttonText string
Résultat bool

ApplyRevertGUI() protected méthode

protected ApplyRevertGUI ( ) : void
Résultat void

ApplyRevertGUIButtons() protected méthode

protected ApplyRevertGUIButtons ( ) : bool
Résultat bool

AssetImporterInspector() protected méthode

protected AssetImporterInspector ( ) : System
Résultat System

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

RevertButton() protected méthode

protected RevertButton ( ) : void
Résultat void

RevertButton() protected méthode

protected RevertButton ( string buttonText ) : void
buttonText string
Résultat void