Class ActionDetail
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
A sealed record providing properties of action detail.
public sealed record ActionDetail : IDisposable, IEquatable<ActionDetail>Inheritance
Implements
Inherited Members
Constructors
- ActionDetail(long, string, string, IMaaRectBuffer, bool, string)
-
A sealed record providing properties of action detail.
Properties
- Action
-
Gets the action.
- Box
-
Gets the hit box.
- Detail
-
Gets the action detail.
- Id
-
Gets the action id.
- IsSucceeded
-
Gets a value indicating whether the action is succeeded.
- NodeName
-
Gets the node name.
Methods
- Dispose()
-
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
- Query<TRect>(long, IMaaTasker)
-
Queries the action detail.