C# Class EditorTools.GOBResourceViewer

Inheritance: System.IDisposable
Afficher le fichier Open project: joeriedel/DarkForcesUnity

Protected Properties

Свойство Type Description
_asset Asset

Méthodes publiques

Méthode Description
Dispose ( ) : void
GOBResourceViewer ( Asset asset ) : System.Collections.Generic
OnGUI ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GOBResourceViewer() public méthode

public GOBResourceViewer ( Asset asset ) : System.Collections.Generic
asset Asset
Résultat System.Collections.Generic

OnGUI() public abstract méthode

public abstract OnGUI ( ) : void
Résultat void

Property Details

_asset protected_oe property

protected Asset _asset
Résultat Asset