PickCallbackFunction typedef

PickCallbackFunction = Void Function(Uint32 requestId, EntityId entityId, Float depth, Float fragX, Float fragY, Float fragZ)

Implementation

typedef PickCallbackFunction = ffi.Void Function(
    ffi.Uint32 requestId,
    EntityId entityId,
    ffi.Float depth,
    ffi.Float fragX,
    ffi.Float fragY,
    ffi.Float fragZ);