EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Class KeyPressNode

    Represents a KeyPress action in the behavior tree. This node is used to simulate a key press event.

    Inheritance
    object
    DisposableReactiveObject
    BindableReactiveObject
    AuraObjectBase
    AuraObjectBase<KeyPressActionNodeProperties>
    NodeBase<KeyPressActionNodeProperties>
    ActionNode<KeyPressActionNodeProperties>
    SendInputNode<KeyPressActionNodeProperties>
    KeyPressNode
    Implements
    INode<KeyPressActionNodeProperties>
    IAuraObject<KeyPressActionNodeProperties>
    IEntityContainer
    IActionNode
    INode
    IAuraObject
    IBindableReactiveObject
    ICanSetContext
    IHasContext
    IBTNode
    IHasId
    IHasTypedId<string>
    IHasErrors
    IDisposable
    INotifyPropertyChanged
    IHasError
    IHasErrorProvider
    IBehaviorTreeSerializable
    ICanSetName
    IHasName
    Inherited Members
    SendInputNode<KeyPressActionNodeProperties>.WindowSelector
    SendInputNode<KeyPressActionNodeProperties>.SendInputController
    SendInputNode<KeyPressActionNodeProperties>.InputSimulatorProvider
    SendInputNode<KeyPressActionNodeProperties>.TargetWindow
    SendInputNode<KeyPressActionNodeProperties>.InputSimulatorName
    SendInputNode<KeyPressActionNodeProperties>.InputSimulator
    ActionNode<KeyPressActionNodeProperties>.MaxOutputs
    NodeBase<KeyPressActionNodeProperties>.ResetStatus()
    NodeBase<KeyPressActionNodeProperties>.Clone()
    NodeBase<KeyPressActionNodeProperties>.Remove()
    NodeBase<KeyPressActionNodeProperties>.Tick(CancellationToken)
    NodeBase<KeyPressActionNodeProperties>.Reset()
    NodeBase<KeyPressActionNodeProperties>.AddChild<TNode>(IBTNodeProperties)
    NodeBase<KeyPressActionNodeProperties>.NodeStorage
    NodeBase<KeyPressActionNodeProperties>.NodeFactory
    NodeBase<KeyPressActionNodeProperties>.NodeCacheFactory
    NodeBase<KeyPressActionNodeProperties>.Clock
    NodeBase<KeyPressActionNodeProperties>.Position
    NodeBase<KeyPressActionNodeProperties>.Name
    NodeBase<KeyPressActionNodeProperties>.IsEnabled
    NodeBase<KeyPressActionNodeProperties>.Children
    NodeBase<KeyPressActionNodeProperties>.ChildrenAsList
    NodeBase<KeyPressActionNodeProperties>.ChildrenById
    NodeBase<KeyPressActionNodeProperties>.ChildIdStrategy
    NodeBase<KeyPressActionNodeProperties>.ChildrenSource
    NodeBase<KeyPressActionNodeProperties>.Status
    NodeBase<KeyPressActionNodeProperties>.LastTickTimestamp
    NodeBase<KeyPressActionNodeProperties>.LastTickDuration
    NodeBase<KeyPressActionNodeProperties>.IsBusy
    NodeBase<KeyPressActionNodeProperties>.IsReady
    NodeBase<KeyPressActionNodeProperties>.ShortDescription
    NodeBase<KeyPressActionNodeProperties>.IsReferenceNode
    NodeBase<KeyPressActionNodeProperties>.DefaultName
    NodeBase<KeyPressActionNodeProperties>.MaxInputs
    NodeBase<KeyPressActionNodeProperties>.NodeId
    NodeBase<KeyPressActionNodeProperties>.Parent
    NodeBase<KeyPressActionNodeProperties>.Root
    NodeBase<KeyPressActionNodeProperties>.Blackboard
    AuraObjectBase<KeyPressActionNodeProperties>.Properties
    AuraObjectBase.RaisePropertiesWhen<TObject, TKey>(IObservable<IChangeSet<TObject, TKey>>)
    AuraObjectBase.ResolveBinding(string)
    AuraObjectBase.AddDefaultBinding(string)
    AuraObjectBase.AddOrUpdateBinding(AuraBindingProperties)
    AuraObjectBase.LastError
    AuraObjectBase.HasErrors
    AuraObjectBase.Errors
    AuraObjectBase.PropertiesChanges
    AuraObjectBase.IsLoadingProperties
    AuraObjectBase.IsSavingProperties
    AuraObjectBase.Context
    AuraObjectBase.Id
    AuraObjectBase.ErrorProvider
    AuraObjectBase.RaisePropertiesWithBindings
    BindableReactiveObject.RemoveBinding(string)
    BindableReactiveObject.ClearBindings()
    BindableReactiveObject.AddOrUpdateBinding<TSource>(string, TSource, string)
    BindableReactiveObject.AddOrUpdateBinding(IValueProvider, string)
    BindableReactiveObject.RemoveBinding(IReactiveBinding)
    BindableReactiveObject.AddOrUpdateBinding(IReactiveBinding)
    BindableReactiveObject.SessionObjectId
    BindableReactiveObject.HasBindings
    BindableReactiveObject.Bindings
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: EyeAuras.Roxy.Nodes.KeyPress
    Assembly: EyeAuras.Roxy.dll
    Syntax
    [AuraEntity(Name = "Key Press")]
    public sealed class KeyPressNode : SendInputNode<KeyPressActionNodeProperties>, INode<KeyPressActionNodeProperties>, IAuraObject<KeyPressActionNodeProperties>, IEntityContainer, IActionNode, INode, IAuraObject, IBindableReactiveObject, ICanSetContext, IHasContext, IBTNode, IHasId, IHasTypedId<string>, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, IBehaviorTreeSerializable, ICanSetName, IHasName
    Remarks

    This node requires the dependencies of ISendInputController and IHotkeyConverter to be set up. The key press action is described by a string attribute 'key', which can be set directly or obtained from the behavior tree's Blackboard.

    Constructors

    Name Description
    KeyPressNode()

    Properties

    Name Description
    Hotkey
    HotkeyConverter
    InputEvent
    KeyPressDelay

    Methods

    Name Description
    TickInternal(CancellationToken)

    This abstract method defines the main logic of the node and must be implemented in child classes.

    VisitLoad(KeyPressActionNodeProperties)
    VisitSave(KeyPressActionNodeProperties)

    Extension Methods

    ReactiveObjectExtensions.Listen<TContext, TItem>(TContext, Expression<Func<TContext, IObservableList<TItem>>>)
    ReactiveObjectExtensions.Listen<TContext, TOut>(TContext, Expression<Func<TContext, TOut>>)
    ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>)
    ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2, TOut3>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>, Expression<Func<TContext, TOut3>>)
    ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2, TOut3, TOut4>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>, Expression<Func<TContext, TOut3>>, Expression<Func<TContext, TOut4>>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    ObjectExtensions.CloneJson<T>(T)
    ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    ObjectExtensions.DumpToTextRaw<T>(T)
    ObjectExtensions.DumpToText<T>(T)
    ObjectExtensions.Dump<T>(T)
    ObjectExtensions.EvalOrDefault<T, TValue>(T, Func<T, TValue>, TValue)
    ObjectExtensions.Eval<T, TValue>(T, Func<T, TValue>)
    ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ObjectExtensions.ToJson<T>(T)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    XDocumentExtensions.AddTo<T>(T, XContainer)
    ObjectExtensions.GetPropertyAccessor<TValue>(object, string)
    ObjectReflectionExtensions.GetPropertyTypeOrDefault(object, string)
    ObjectReflectionExtensions.GetPropertyValue<T>(object, string)
    ObjectReflectionExtensions.SetPropertyValue<T>(object, string, T)
    © Xab3r. All rights reserved.