RectangleD class
- Inheritance
-
- Object
- StructD<
RectangleD, RectangleC> - StructDLiteral<
RectangleD, RectangleC> - RectangleD
- Available extensions
Constructors
-
RectangleD({Pointer<
RectangleC> ? originalPointer, double x = 0, double y = 0, double width = 0, double height = 0}) - RectangleD.rect(num x, num y, num width, num height)
-
factory
- RectangleD.zero()
-
factory
Properties
- allocKey → String?
-
The RaylibTemp slot key used during the most recent toC allocation.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double
-
getter/setter pair
- internalId → int
-
A stable numeric ID assigned on first toC call for pointer-owning structs.
no setterinherited
- isDisposed → bool
-
Whether markDisposed has been called on this instance.
no setterinherited
-
originalPointer
↔ Pointer<
RectangleC> ? -
The C-owned or RaylibTemp-owned native pointer for this struct, if any.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- structName → String
-
The Dart-side type name of this struct
no setterinherited
- tag → String
-
The slot tag used to disambiguate RaylibTemp keys for this instance.
no setterinherited
- width ↔ double
-
getter/setter pair
- x ↔ double
-
getter/setter pair
- y ↔ double
-
getter/setter pair
Methods
-
allocateInto(
RaylibTemp temp, Pointer< RectangleC> p, String key) → void -
Writes all fields into the native struct at
p, allocating nested pointers intotempunderkeyas needed.override -
allocatePointer(
RaylibTemp temp, String key, [int count = 1]) → Pointer< RectangleC> -
Allocates a native slot of
countelements intempunderkeyand returns the resulting pointer.override -
clone(
) → RectangleD -
Returns a deep copy of this instance, preserving originalPointer.
override
-
copy(
) → RectangleD -
Returns a deep copy of this instance without originalPointer.
inherited
-
format(
[int x0 = 0, int? y0, int? w0, int? h0]) → String -
Available on RectangleD, provided by the RectangleDLike extension
-
getOriginalPointer(
) → Pointer< RectangleC> -
Returns originalPointer, throwing a descriptive StateError if unavailable or this instance isDisposed.
inherited
-
getOriginalPointerAndDispose(
) → Pointer< RectangleC> -
Returns originalPointer and immediately calls markDisposed.
inherited
-
markDisposed(
) → void -
Marks this instance as disposed and clears originalPointer.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onOriginalPointer(
void callback(Pointer< RectangleC> p)) → void -
Calls
callbackwith originalPointer if it is set, otherwise no-ops.inherited -
set(
num x, num y, num width, num height) → RectangleD -
setC(
RectangleC o) → RectangleD -
Copies the fields of the native struct
ointo this instance.override -
setD(
RectangleD o) → RectangleD -
Copies the fields of the Dart struct
ointo this instance.override -
setTag(
String newTag) → RectangleD -
Sets tag to
newTagand returnsthisfor chaining.inherited -
signature(
) → String -
Returns a human-readable description of this struct's current field values.
override
-
syncInto(
RaylibTemp temp, Pointer< RectangleC> p, String key) → void -
Syncs Dart-side fields into the already-allocated native pointer
p.inherited -
toArray(
) → List< double> -
toC(
RaylibTemp temp, String key) → Pointer< RectangleC> -
Returns a native pointer for this struct, allocating or syncing as needed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
writeInto(
RectangleC p) → void -
Writes all fields directly into the native struct reference
p. For nested structs, usewriteIntoas well.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited