Class BoltMemberUnitEditor
Inheritance
BoltMemberUnitEditor
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public class BoltMemberUnitEditor : UnitEditor, IDisposable, IGraphContextualEditor
Constructors
BoltMemberUnitEditor(Accessor)
Declaration
public BoltMemberUnitEditor(Accessor accessor)
Parameters
| Type | Name | Description |
|---|---|---|
| Accessor | accessor |
Properties
memberAccessor
Declaration
protected Accessor memberAccessor { get; }
Property Value
| Type | Description |
|---|---|
| Accessor |
memberEditor
Declaration
protected Editor memberEditor { get; }
Property Value
| Type | Description |
|---|---|
| Editor |
unit
Declaration
protected IBoltMemberUnit unit { get; }
Property Value
| Type | Description |
|---|---|
| IBoltMemberUnit |
Methods
ConfigureMemberEditor(Editor)
Declaration
protected virtual void ConfigureMemberEditor(Editor memberEditor)
Parameters
| Type | Name | Description |
|---|---|---|
| Editor | memberEditor |
GetInnerHeight(Single)
Declaration
protected override float GetInnerHeight(float width)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | width |
Returns
| Type | Description |
|---|---|
| Single |
Overrides
OnInnerGUI(Rect)
Declaration
protected override void OnInnerGUI(Rect position)
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | position |