Class RelationInspector
Inheritance
RelationInspector
Syntax
public abstract class RelationInspector : ConditionBaseInspector
Fields
k_ChildNames
Declaration
protected static readonly List<GUIContent> k_ChildNames
Field Value
Type |
Description |
List<GUIContent> |
|
k_ChildObjects
Declaration
protected static readonly List<Proxy> k_ChildObjects
Field Value
m_Child1Property
Declaration
protected SerializedProperty m_Child1Property
Field Value
Type |
Description |
SerializedProperty |
|
m_Child2Property
Declaration
protected SerializedProperty m_Child2Property
Field Value
Type |
Description |
SerializedProperty |
|
Properties
child1Content
Declaration
protected virtual GUIContent child1Content { get; }
Property Value
Type |
Description |
GUIContent |
|
Declaration
protected Transform child1Transform { get; }
Property Value
Type |
Description |
Transform |
|
child2Content
Declaration
protected virtual GUIContent child2Content { get; }
Property Value
Type |
Description |
GUIContent |
|
Declaration
protected Transform child2Transform { get; }
Property Value
Type |
Description |
Transform |
|
proxyGroup
Declaration
protected ProxyGroup proxyGroup { get; }
Property Value
relation
Declaration
protected RelationBase relation { get; }
Property Value
Methods
DrawChildOptions()
Declaration
protected bool DrawChildOptions()
Returns
OnConditionInspectorGUI()
Declaration
protected override void OnConditionInspectorGUI()
Overrides
OnConditionSceneGUI()
Declaration
protected override void OnConditionSceneGUI()
Overrides
OnEnable()
Declaration
public override void OnEnable()
Overrides
RefreshChildren()
Declaration
protected void RefreshChildren()
Extension Methods