Constructor OverridablePropertyScope
OverridablePropertyScope(SerializedDataParameter, GUIContent, VolumeComponentEditor)
Constructor
Declaration
public OverridablePropertyScope(SerializedDataParameter property, GUIContent label, VolumeComponentEditor editor)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializedDataParameter | property | The property that will be drawn |
| GUIContent | label | The label of this property |
| VolumeComponentEditor | editor | The editor that will draw it |
OverridablePropertyScope(SerializedDataParameter, string, VolumeComponentEditor)
Constructor
Declaration
public OverridablePropertyScope(SerializedDataParameter property, string label, VolumeComponentEditor editor)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializedDataParameter | property | The property that will be drawn |
| string | label | The label of this property |
| VolumeComponentEditor | editor | The editor that will draw it |