Class VolumeComponentListEditor
Inheritance
VolumeComponentListEditor
Syntax
public sealed class VolumeComponentListEditor
Constructors
VolumeComponentListEditor(Editor)
Declaration
public VolumeComponentListEditor(Editor editor)
Parameters
| Type |
Name |
Description |
| Editor |
editor |
|
Properties
asset
Declaration
public VolumeProfile asset { get; }
Property Value
Methods
Clear()
Declaration
Init(VolumeProfile, SerializedObject)
Declaration
public void Init(VolumeProfile asset, SerializedObject serializedObject)
Parameters
| Type |
Name |
Description |
| VolumeProfile |
asset |
|
| SerializedObject |
serializedObject |
|
OnGUI()
Declaration