Summary
[Editor-Only] A custom
UnityEditor.Editor
for Weaver.AssetListBase
.- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor - Base Types
-
- Editor
graph BT
Type-->Base0["Editor"]
Type["AssetListEditor"]
class Type type-node
Syntax
[CustomEditor(typeof(AssetListBase), true)]
public class AssetListEditor : Editor
Attributes
Type | Description |
---|---|
CustomEditor |
Properties
Name | Value | Summary |
---|---|---|
DirectoryProperty | SerializedProperty |
The
Weaver.AssetListBase.Directory property of the target list. |
RecursiveProperty | SerializedProperty |
The
Weaver.AssetListBase.Recursive property of the target list. |
ScriptProperty | SerializedProperty |
The script property of the target list (used to change its type).
|
Target | AssetListBase |
The list being inspected.
|
Methods
Name | Value | Summary |
---|---|---|
OnInspectorGUI |
void |
Called by Unity to draw the target object's inspector.
|