 | ShaderContextDisplayShaderContext Method |
Draws an inspector for this shader.
Namespace: Slash.Unity.Editor.Common.Inspectors.UtilsAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntaxpublic void DisplayShaderContext(
Rect r
)
Public Sub DisplayShaderContext (
r As Rect
)
public:
void DisplayShaderContext(
Rect r
)
member DisplayShaderContext :
r : Rect -> unit
Parameters
- r
- Type: Rect
GUI rectangle to draw the inspector to.
See Also