Class EmbedStateDescriptor<TEmbedState>
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public class EmbedStateDescriptor<TEmbedState> : StateDescriptor<TEmbedState>, IDisposable, IStateDescriptor, IDescriptor where TEmbedState : class, IEmbedState
Type Parameters
| Name | Description |
|---|---|
| TEmbedState |
Constructors
EmbedStateDescriptor(TEmbedState)
Declaration
public EmbedStateDescriptor(TEmbedState state)
Parameters
| Type | Name | Description |
|---|---|---|
| TEmbedState | state |
Methods
Icon()
Declaration
protected override EditorTexture Icon()
Returns
| Type | Description |
|---|---|
| EditorTexture |
Overrides
Ludiq.Bolt.StateDescriptor<TEmbedState>.Icon()
OnChange(Object, PropertyChangedEventArgs)
Declaration
protected override void OnChange(object sender, PropertyChangedEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | sender | |
| PropertyChangedEventArgs | e |
Overrides
Ludiq.Bolt.StateDescriptor<TEmbedState>.OnChange(System.Object, PropertyChangedEventArgs)
RegisterProperties()
Declaration
protected override void RegisterProperties()
Overrides
Ludiq.Bolt.StateDescriptor<TEmbedState>.RegisterProperties()
StartWatching()
Declaration
protected override void StartWatching()
Overrides
Ludiq.Bolt.StateDescriptor<TEmbedState>.StartWatching()
Summary()
Declaration
protected override string Summary()
Returns
| Type | Description |
|---|---|
| String |
Overrides
Ludiq.Bolt.StateDescriptor<TEmbedState>.Summary()
Title()
Declaration
protected override string Title()
Returns
| Type | Description |
|---|---|
| String |
Overrides
Ludiq.Bolt.StateDescriptor<TEmbedState>.Title()