Class DebounceNodeDescription
Inheritance
DebounceNodeDescription
Implements
Inherited Members
Namespace: EyeAuras.BehaviorTree.Editor.Nodes
Assembly: EyeAuras.BehaviorTree.dll
Syntax
[BlazorView(ViewTypeKey = "BehaviorTreeNodeDescriptionTemplate")]
public class DebounceNodeDescription : BlazorReactiveComponent<DebounceNode>, IComponent, IHandleEvent, IHandleAfterRender, IReactiveComponent, IDisposable, INotifyPropertyChanged, IRefreshableComponent, IAsyncDisposable
Constructors
| Name | Description |
|---|---|
| DebounceNodeDescription() |
Properties
| Name | Description |
|---|---|
| CurrentDuration | |
| Duration | |
| TimeLeft | |
| TimeLeftPercentage |
Methods
| Name | Description |
|---|---|
| BuildRenderTree(RenderTreeBuilder) | |
| OnAfterFirstRenderAsync() | Method invoked first time the component has been rendered. Note that the component does not automatically re-render after the completion of any returned Task, because that would cause an infinite render loop. |