AutomationEventD class
Automation event
- Inheritance
-
- Object
- RaylibStruct<
AutomationEventD> - AutomationEventD
Constructors
-
AutomationEventD({StructPointer<
AutomationEventD> ? op, int frame = 0, AutomationEventType type = .EVENT_NONE, List<int> ? params}) - AutomationEventD.zero()
-
factory
Properties
- $state → RaylibTempStructState
-
Per-instance allocation state tracking slot keys, disposal, and identity.
finalinherited
- frame ↔ int
-
Event frame
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
op
↔ StructPointer<
AutomationEventD> ? -
The C-owned or RaylibTemp-owned typed pointer for this struct, if any.
getter/setter pairinherited
-
params
↔ StructLiveList<
int, RInt> -
Event parameters (if required)
getter/setter pair
- paramsCount → int
-
Number of components in the params array.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- structIsDisposed → bool
-
Whether structMarkDisposed has been called on this instance.
no setterinherited
- structName → String
-
The Dart-side type name of this struct
no setterinherited
- type ↔ AutomationEventType
-
Event type
getter/setter pair
Methods
-
clone(
) → AutomationEventD -
Returns a deep copy of this instance, preserving op if present.
override
-
copy(
) → AutomationEventD -
Returns a deep copy of this instance without op.
inherited
-
getOp(
) → StructPointer< AutomationEventD> -
Returns op, throwing a descriptive StateError if unavailable or this instance RaylibTempStructState.isDisposed.
inherited
-
getOpAndDispose(
) → StructPointer< AutomationEventD> -
Returns op and immediately disposes this struct.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDart(
AutomationEventD o) → AutomationEventD -
Copies the fields of
ointo this instance.override -
signature(
) → String -
Returns a human-readable representation of this struct.
override
-
structAllocateInto(
RaylibTemp< RaylibBase> temp, MemoryPointer<RType> p, String key) → void -
Allocates nested pointers into
tempunderkeyas needed.inherited -
structMarkDisposed(
) → void -
Marks this instance as disposed and clears op.
inherited
-
structOnOp(
void callback(StructPointer< AutomationEventD> p)) → void -
Calls
callbackwith op if it is set, otherwise no-ops.inherited -
structReadFrom(
MemoryPointer< RType> p) → void -
override
-
structSetTag(
String newTag) → AutomationEventD -
Sets RaylibTempStructState.tag to
newTag.inherited -
structSyncFromMemory(
) → void -
Syncs all fields from the memory. Requires op.
inherited
-
structSyncToMemory(
) → void -
Syncs all fields to the memory. Requires op.
inherited
-
structWriteInto(
MemoryPointer< RType> p) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- BASE_paramsCount → int
-
Number of components in the params array.
no setter
-
field_frame
→ StructValueField<
int, RUnsignedInt> -
Field descriptor for frame.
final
-
field_params
→ StructValueField<
List< int> , RArray<RInt> > -
Field descriptor for params.
final
-
field_type
→ StructValueField<
AutomationEventType, RType> -
Field descriptor for type.
final
-
struct
→ StructType<
AutomationEventD> -
Describes the raw memory layout, construction, and pointer representation
of this struct type.
final
-
structLayout
→ StructLayout<
AutomationEventField> -
Raw memory layout of this object.
final