orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-composition
/
org.openrndr.extra.composition
/
UserData
User
Data
class
UserData
<
T
:
Any
>
(
val
name
:
String
,
val
initial
:
T
)
(
source
)
org.openrndr.shape.UserData delegate
Members
Constructors
User
Data
Link copied to clipboard
constructor
(
name
:
String
,
initial
:
T
)
Properties
initial
Link copied to clipboard
val
initial
:
T
name
Link copied to clipboard
val
name
:
String
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
node
:
CompositionNode
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
operator
fun
setValue
(
stylesheet
:
CompositionNode
,
property
:
KProperty
<
*
>
,
value
:
T
)