korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-ffi-legacy
/
korlibs.ffi
/
FFIDelegateFloatProperty
FFIDelegate
Float
Property
inline
class
FFIDelegateFloatProperty
(
val
offset
:
Int
)
Members
Constructors
FFIDelegate
Float
Property
Link copied to clipboard
constructor
(
offset
:
Int
)
Properties
offset
Link copied to clipboard
val
offset
:
Int
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
obj
:
FFIStructure
,
property
:
KProperty
<
*
>
)
:
Float
set
Value
Link copied to clipboard
operator
fun
setValue
(
obj
:
FFIStructure
,
property
:
KProperty
<
*
>
,
i
:
Float
)