orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-olive
/
org.openrndr.extra.olive
/
Resources
Resources
class
Resources
(
val
filterOutExtensions
:
List
<
String
>
=
listOf()
)
(
source
)
Members
Constructors
Resources
Link copied to clipboard
constructor
(
filterOutExtensions
:
List
<
String
>
=
listOf()
)
Properties
filter
Out
Extensions
Link copied to clipboard
val
filterOutExtensions
:
List
<
String
>
Functions
get
Link copied to clipboard
operator
fun
get
(
file
:
File
)
:
Boolean
?
set
Link copied to clipboard
operator
fun
set
(
file
:
File
,
value
:
Boolean
)
watch
Link copied to clipboard
fun
watch
(
src
:
File
,
watchFn
:
(
file
:
File
)
->
Unit
)