geary
0.22.11
common
geary-prefabs
/
com.mineinabyss.geary.prefabs
/
PrefabKey
Prefab
Key
@
Serializable
(
with
=
PrefabKeySerializer::class
)
data
class
PrefabKey
An inline class which represents a key build from a
namespace
and
key
, separated by a '
:
' symbol.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
to
Entity
Link copied to clipboard
fun
toEntity
(
)
:
Entity
to
Entity
Or
Null
Link copied to clipboard
fun
toEntityOrNull
(
)
:
Entity
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
full
Link copied to clipboard
val
full
:
String
key
Link copied to clipboard
val
key
:
String
namespace
Link copied to clipboard
val
namespace
:
String