C# 클래스 EditorTools.GOBResourceViewer

상속: System.IDisposable
파일 보기 프로젝트 열기: joeriedel/DarkForcesUnity

보호된 프로퍼티들

프로퍼티 타입 설명
_asset Asset

공개 메소드들

메소드 설명
Dispose ( ) : void
GOBResourceViewer ( Asset asset ) : System.Collections.Generic
OnGUI ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GOBResourceViewer() 공개 메소드

public GOBResourceViewer ( Asset asset ) : System.Collections.Generic
asset Asset
리턴 System.Collections.Generic

OnGUI() 공개 추상적인 메소드

public abstract OnGUI ( ) : void
리턴 void

프로퍼티 상세

_asset 보호되어 있는 프로퍼티

protected Asset _asset
리턴 Asset