toggle menu
nova-parent
0.17-alpha.39
jvm
switch theme
search in API
nova
/
xyz.xenondevs.nova.resources
/
ResourcePath
Resource
Path
data
class
ResourcePath
(
val
namespace
:
String
,
val
path
:
String
)
Members
Constructors
Resource
Path
Link copied to clipboard
constructor
(
namespace
:
String
,
path
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
namespace
Link copied to clipboard
val
namespace
:
String
path
Link copied to clipboard
val
path
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
File
Link copied to clipboard
fun
getFile
(
assetsDir
:
File
,
extraPath
:
String
?
=
null
,
extension
:
String
?
=
null
)
:
File
get
Path
Link copied to clipboard
fun
getPath
(
assetsDir
:
Path
,
extraPath
:
String
?
=
null
,
extension
:
String
?
=
null
)
:
Path
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String