Class VolumeComponentEditor
Inheritance
System.Object
VolumeComponentEditor
Syntax
public class VolumeComponentEditor
Fields
m_Inspector
Declaration
protected Editor m_Inspector
Field Value
Properties
activeProperty
Declaration
public SerializedProperty activeProperty { get; }
Property Value
Type |
Description |
SerializedProperty |
|
baseProperty
Declaration
public SerializedProperty baseProperty { get; }
Property Value
Type |
Description |
SerializedProperty |
|
hasAdvancedMode
Declaration
public virtual bool hasAdvancedMode { get; }
Property Value
Type |
Description |
System.Boolean |
|
isInAdvancedMode
Declaration
public bool isInAdvancedMode { get; }
Property Value
Type |
Description |
System.Boolean |
|
serializedObject
Declaration
public SerializedObject serializedObject { get; }
Property Value
Type |
Description |
SerializedObject |
|
target
Declaration
public VolumeComponent target { get; }
Property Value
Methods
DrawOverrideCheckbox(SerializedDataParameter)
Declaration
protected void DrawOverrideCheckbox(SerializedDataParameter property)
Parameters
GetDisplayTitle()
Declaration
public virtual string GetDisplayTitle()
Returns
Type |
Description |
System.String |
|
OnDisable()
Declaration
public virtual void OnDisable()
OnEnable()
Declaration
public virtual void OnEnable()
OnInspectorGUI()
Declaration
public virtual void OnInspectorGUI()
PropertyField(SerializedDataParameter)
Declaration
protected void PropertyField(SerializedDataParameter property)
Parameters
PropertyField(SerializedDataParameter, GUIContent)
Declaration
protected void PropertyField(SerializedDataParameter property, GUIContent title)
Parameters
Repaint()
Declaration
Unpack(SerializedProperty)
Declaration
protected SerializedDataParameter Unpack(SerializedProperty property)
Parameters
Type |
Name |
Description |
SerializedProperty |
property |
|
Returns