Camera3DD class

Inheritance
Mixed-in types

Constructors

Camera3DD({Pointer<Camera3DC>? originalPointer, Vector3D? position, Vector3D? target, Vector3D? up, double fovy = 45, CameraProjection projection = .CAMERA_PERSPECTIVE})
Camera3DD.zero()
factory

Properties

$state RaylibTempStructState
Per-instance allocation state tracking slot keys, disposal, and identity.
finalinherited
fovy double
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
originalPointer Pointer<Camera3DC>?
The C-owned or RaylibTemp-owned native pointer for this struct, if any.
getter/setter pairinherited
position Vector3D
getter/setter pairoverride
projection CameraProjection
getter/setter pairoverride
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
structRequiresOriginalPointer bool
Whether this struct requires an originalPointer to function correctly.
no setterinherited
target Vector3D
getter/setter pairoverride
up Vector3D
getter/setter pairoverride

Methods

clone() Camera3DD
Returns a deep copy of this instance, preserving RaylibStructBase.originalPointer if present.
override
copy() Camera3DD
Returns a deep copy of this instance without RaylibStructBase.originalPointer.
inherited
getOriginalPointer() Pointer<Camera3DC>
Returns originalPointer, throwing a descriptive StateError if unavailable or this instance RaylibTempStructState.isDisposed.
inherited
getOriginalPointerAndDispose() Pointer<Camera3DC>
Returns originalPointer and immediately calls structMarkDisposed.
inherited
nativeGetIndexedArrayReference(Array<Camera3DC> p, int index) Camera3DC
override
nativeGetIndexedReference(Pointer<Camera3DC> p, int index) Camera3DC
override
nativeGetReference(Pointer<Camera3DC> p) Camera3DC
inherited
nativeReadFrom(Camera3DC p) → void
override
nativeWriteInto(Camera3DC p) → void
Writes all fields directly into the native struct reference p. For nested structs, use writeInto as well.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setD(Camera3DD o) Camera3DD
Copies the fields of o into this instance and returns this.
override
signature() String
Returns a human-readable representation of this struct's current field values.
inherited
structAllocateInto(RaylibTemp temp, Pointer<Camera3DC> p, String key) → void
Writes all fields into the native struct at p, allocating nested pointers into temp under key as needed.
inherited
structMarkDisposed() → void
Marks this instance as disposed and clears originalPointer.
inherited
structOnOp(void callback(Pointer<Camera3DC> p)) → void
Calls callback with originalPointer if it is set, otherwise no-ops.
inherited
structReadFrom(Pointer<Camera3DC> p) → void
Reads all fields from the memory at p.
inherited
structSetTag(String newTag) Camera3DD
Sets RaylibTempStructState.tag to newTag and returns this for chaining.
inherited
structSyncFromMemory() → void
Syncs all fields from the memory. Requires originalPointer.
inherited
structSyncInto(RaylibTemp temp, Pointer<Camera3DC> p, String key) → void
Syncs Dart-side fields into the already-allocated native pointer p.
inherited
structSyncToMemory() → void
Syncs all fields to the memory. Requires originalPointer.
inherited
structWriteInto(Pointer<Camera3DC> p) → void
Writes all fields into the memory at p.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited