Zernikalos
Toggle table of contents
0.7.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Zernikalos
Zernikalos
/
zernikalos.loader
/
ZkoObjectProtoDef
Zko
Object
Proto
Def
@
Serializable
data
class
ZkoObjectProtoDef
(
val
type
:
ZObjectType
,
val
refId
:
String
,
val
isReference
:
Boolean
,
val
scene
:
ZScene
?
,
val
group
:
ZGroup
?
,
val
model
:
ZModel
?
,
val
camera
:
ZCamera
?
,
val
skeleton
:
ZSkeleton
?
,
val
light
:
ZLight
?
)
(
source
)
Members
Constructors
Zko
Object
Proto
Def
Link copied to clipboard
constructor
(
type
:
ZObjectType
,
refId
:
String
,
isReference
:
Boolean
,
scene
:
ZScene
?
,
group
:
ZGroup
?
,
model
:
ZModel
?
,
camera
:
ZCamera
?
,
skeleton
:
ZSkeleton
?
,
light
:
ZLight
?
)
Properties
camera
Link copied to clipboard
val
camera
:
ZCamera
?
group
Link copied to clipboard
val
group
:
ZGroup
?
is
Reference
Link copied to clipboard
val
isReference
:
Boolean
light
Link copied to clipboard
val
light
:
ZLight
?
model
Link copied to clipboard
val
model
:
ZModel
?
ref
Id
Link copied to clipboard
val
refId
:
String
scene
Link copied to clipboard
val
scene
:
ZScene
?
skeleton
Link copied to clipboard
val
skeleton
:
ZSkeleton
?
type
Link copied to clipboard
val
type
:
ZObjectType