Zernikalos
Toggle table of contents
0.7.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Zernikalos
Zernikalos
/
zernikalos.objects
/
ZSkeletonProtoRef
ZSkeleton
Proto
Ref
@
Serializable
data
class
ZSkeletonProtoRef
(
val
type
:
String
,
val
refId
:
String
=
""
,
val
isReference
:
Boolean
=
false
,
val
data
:
ZSkeleton
?
=
null
)
(
source
)
Members
Constructors
ZSkeleton
Proto
Ref
Link copied to clipboard
constructor
(
type
:
String
,
refId
:
String
=
""
,
isReference
:
Boolean
=
false
,
data
:
ZSkeleton
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
ZSkeleton
?
is
Reference
Link copied to clipboard
val
isReference
:
Boolean
ref
Id
Link copied to clipboard
val
refId
:
String
type
Link copied to clipboard
val
type
:
String