yafrl
Toggle table of contents
0.4-SNAPSHOT
common
Platform filter
common
Home
Documentation
Tutorials
GitHub
Switch theme
Search in API
yafrl
yafrl-core
/
io.github.yafrl.behaviors
/
plus
plus
@
JvmName
(
name
=
"plusDouble"
)
operator
fun
Behavior
<
Double
>
.
plus
(
other
:
Behavior
<
Double
>
)
:
Behavior
<
Double
>
(
source
)
@
JvmName
(
name
=
"plusFloat"
)
operator
fun
Behavior
<
Float
>
.
plus
(
other
:
Behavior
<
Float
>
)
:
Behavior
<
Float
>
(
source
)
@
JvmName
(
name
=
"plusInt"
)
operator
fun
Behavior
<
Int
>
.
plus
(
other
:
Behavior
<
Int
>
)
:
Behavior
<
Int
>
(
source
)
@
JvmName
(
name
=
"plusFloat2"
)
operator
fun
Behavior
<
Float2
>
.
plus
(
other
:
Behavior
<
Float2
>
)
:
Behavior
<
Float2
>
(
source
)
@
JvmName
(
name
=
"plusFloat3"
)
operator
fun
Behavior
<
Float3
>
.
plus
(
other
:
Behavior
<
Float3
>
)
:
Behavior
<
Float3
>
(
source
)