C# Class UnityEditor.RenderTextureInspector

Inheritance: TextureInspector
显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
GetInfoString ( ) : string
OnInspectorGUI ( ) : void

Protected Methods

Method Description
OnEnable ( ) : void

Private Methods

Method Description
RenderTextureHasDepth ( ) : bool

Method Details

GetInfoString() public method

public GetInfoString ( ) : string
return string

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void