Property | Type | Description | |
---|---|---|---|
_keyName | string | ||
_mainPropertyName | string | ||
_serializedObject |
Method | Description | |
---|---|---|
Add ( ReorderableList list ) : void | ||
ApplyModifications ( ) : void | ||
DrawElement ( Rect rect, int index, bool isActive, bool isFocused ) : void | ||
DrawHeader ( Rect rect ) : void | ||
DrawParamList ( ) : void | ||
Remove ( ReorderableList list ) : void |
Method | Description | |
---|---|---|
InitParamList ( AiBehaviour blackboard ) : void |
Method | Description | |
---|---|---|
GetPropertyValue ( UnityEditor.SerializedProperty sp ) : object | ||
HasDuplicateValues ( UnityEditor.SerializedProperty so, int indexToOmmit, UnityEditor.SerializedProperty val ) : bool | ||
SetPropertyValue ( UnityEditor.SerializedProperty sp, object value ) : void |
public abstract Add ( ReorderableList list ) : void | ||
list | ReorderableList | |
return | void |
public abstract ApplyModifications ( ) : void | ||
return | void |
public DrawElement ( Rect rect, int index, bool isActive, bool isFocused ) : void | ||
rect | Rect | |
index | int | |
isActive | bool | |
isFocused | bool | |
return | void |
protected InitParamList ( AiBehaviour blackboard ) : void | ||
blackboard | AiBehaviour | |
return | void |
public abstract Remove ( ReorderableList list ) : void | ||
list | ReorderableList | |
return | void |