Class VolumeParameterDrawer
Inheritance
System.Object
VolumeParameterDrawer
Namespace: UnityEditor.Rendering
Syntax
public abstract class VolumeParameterDrawer
Methods
IsAutoProperty()
Declaration
public virtual bool IsAutoProperty()
Returns
Type | Description |
---|---|
System.Boolean |
OnGUI(SerializedDataParameter, GUIContent)
Declaration
public abstract bool OnGUI(SerializedDataParameter parameter, GUIContent title)
Parameters
Type | Name | Description |
---|---|---|
SerializedDataParameter | parameter | |
GUIContent | title |
Returns
Type | Description |
---|---|
System.Boolean |