C# Class EditorTools.GOBResourceViewer

Inheritance: System.IDisposable
ファイルを表示 Open project: joeriedel/DarkForcesUnity

Protected Properties

Property Type Description
_asset Asset

Public Methods

Method Description
Dispose ( ) : void
GOBResourceViewer ( Asset asset ) : System.Collections.Generic
OnGUI ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GOBResourceViewer() public method

public GOBResourceViewer ( Asset asset ) : System.Collections.Generic
asset Asset
return System.Collections.Generic

OnGUI() public abstract method

public abstract OnGUI ( ) : void
return void

Property Details

_asset protected_oe property

protected Asset _asset
return Asset