Class BTReteComponent
Inheritance
BTReteComponent
Implements
Inherited Members
Namespace: EyeAuras.BehaviorTree.Editor.Rete
Assembly: EyeAuras.BehaviorTree.dll
Syntax
public class BTReteComponent : BlazorReactiveComponent, IComponent, IHandleEvent, IHandleAfterRender, IReactiveComponent, IDisposable, INotifyPropertyChanged, IRefreshableComponent, IAsyncDisposable
Constructors
Name | Description |
---|---|
BTReteComponent(IAuraRepository) |
Properties
Name | Description |
---|---|
BTEditor | |
BehaviorTree | |
IsVisible | |
NotificationService | |
OnContextMenu | |
RefreshCommand | |
ReteEditor | |
ReteEditorRef | |
ServiceProvider |
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. |
OnInitialized() |