originalPointer property

Pointer<C>? originalPointer
getter/setter pair

The C-owned or RaylibTemp-owned native pointer for this struct, if any.

Set automatically by toC on first allocation.

Implementation

Pointer<C>? originalPointer;