Class VolumeComponentEditor
Inheritance
System.Object
VolumeComponentEditor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Syntax
public class VolumeComponentEditor
Properties
activeProperty
Declaration
public SerializedProperty activeProperty { get; }
Property Value
Type |
Description |
SerializedProperty |
|
baseProperty
Declaration
public SerializedProperty baseProperty { get; }
Property Value
Type |
Description |
SerializedProperty |
|
serializedObject
Declaration
public SerializedObject serializedObject { get; }
Property Value
Type |
Description |
SerializedObject |
|
target
Declaration
public VolumeComponent target { get; }
Property Value
Type |
Description |
VolumeComponent |
|
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