VrStereoConfigD class

Inheritance
Mixed-in types

Constructors

VrStereoConfigD({Pointer<VrStereoConfigC>? originalPointer, List<MatrixD>? projection, List<MatrixD>? viewOffset, List<double>? leftLensCenter, List<double>? rightLensCenter, List<double>? leftScreenCenter, List<double>? rightScreenCenter, List<double>? scale, List<double>? scaleIn})
VrStereoConfigD.zero()
factory

Properties

$state RaylibTempStructState
Per-instance allocation state tracking slot keys, disposal, and identity.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
leftLensCenter RaylibLiveList<double>
getter/setter pairoverride
leftScreenCenter RaylibLiveList<double>
getter/setter pairoverride
originalPointer Pointer<VrStereoConfigC>?
The C-owned or RaylibTemp-owned native pointer for this struct, if any.
getter/setter pairinherited
paramsCount int
no setterinherited
projection RaylibLiveList<MatrixD>
getter/setter pairoverride
rightLensCenter RaylibLiveList<double>
getter/setter pairoverride
rightScreenCenter RaylibLiveList<double>
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale RaylibLiveList<double>
getter/setter pairoverride
scaleIn RaylibLiveList<double>
getter/setter pairoverride
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
viewOffset RaylibLiveList<MatrixD>
getter/setter pairoverride

Methods

clone() VrStereoConfigD
Returns a deep copy of this instance, preserving RaylibStructBase.originalPointer if present.
override
copy() VrStereoConfigD
Returns a deep copy of this instance without RaylibStructBase.originalPointer.
inherited
getOriginalPointer() Pointer<VrStereoConfigC>
Returns originalPointer, throwing a descriptive StateError if unavailable or this instance RaylibTempStructState.isDisposed.
inherited
getOriginalPointerAndDispose() Pointer<VrStereoConfigC>
Returns originalPointer and immediately calls structMarkDisposed.
inherited
nativeGetIndexedArrayReference(Array<VrStereoConfigC> p, int index) VrStereoConfigC
override
nativeGetIndexedReference(Pointer<VrStereoConfigC> p, int index) VrStereoConfigC
override
nativeGetReference(Pointer<VrStereoConfigC> p) VrStereoConfigC
inherited
nativeReadFrom(VrStereoConfigC p) → void
override
nativeWriteInto(VrStereoConfigC 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(VrStereoConfigD o) VrStereoConfigD
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<VrStereoConfigC> 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<VrStereoConfigC> p)) → void
Calls callback with originalPointer if it is set, otherwise no-ops.
inherited
structReadFrom(Pointer<VrStereoConfigC> p) → void
Reads all fields from the memory at p.
inherited
structSetTag(String newTag) VrStereoConfigD
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<VrStereoConfigC> 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<VrStereoConfigC> 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