Class NesterStateDescriptor<TNesterState>
Inheritance
Descriptor<TNesterState>
StateDescriptor<TNesterState>
NesterStateDescriptor<TNesterState>
Inherited Members
Namespace: Ludiq.Bolt
Syntax
[Obsolete("Use the new class graphs to nest graphs instead.")]
public class NesterStateDescriptor<TNesterState> : StateDescriptor<TNesterState>, IDisposable, IStateDescriptor, IDescriptor where TNesterState : class, INesterState
Type Parameters
| Name | Description |
|---|---|
| TNesterState |
Constructors
NesterStateDescriptor(TNesterState)
Declaration
public NesterStateDescriptor(TNesterState state)
Parameters
| Type | Name | Description |
|---|---|---|
| TNesterState | state |
Methods
Icon()
Declaration
protected override EditorTexture Icon()
Returns
| Type | Description |
|---|---|
| EditorTexture |
Overrides
Ludiq.Bolt.StateDescriptor<TNesterState>.Icon()
RegisterProperties()
Declaration
protected override void RegisterProperties()
Overrides
Ludiq.Bolt.StateDescriptor<TNesterState>.RegisterProperties()
Summary()
Declaration
protected override string Summary()
Returns
| Type | Description |
|---|---|
| String |
Overrides
Ludiq.Bolt.StateDescriptor<TNesterState>.Summary()
Title()
Declaration
protected override string Title()
Returns
| Type | Description |
|---|---|
| String |
Overrides
Ludiq.Bolt.StateDescriptor<TNesterState>.Title()
Warnings()
Declaration
protected override IEnumerable<Warning> Warnings()
Returns
| Type | Description |
|---|---|
| IEnumerable<Warning> |
Overrides
Ludiq.Bolt.StateDescriptor<TNesterState>.Warnings()