ZkoFormat

@Serializable
data class ZkoFormat(val header: ZkoHeader, val components: ZkoComponentCollection, val objects: List<ZkoObjectProto>, val hierarchy: ZkoHierarchyNode, val actions: List<ZSkeletalAction>? = null)(source)

Zernikalos KObject file format.

This format holds a hierarchy of objects, which can be of any type, including meshes, groups, skeletons, and more.

Parameters

header

the Zernikalos KObject file format version

textures

all the textures used by the objects in the file

objects

the objects in the file, which can be of any type

hierarchy

the hierarchy of the objects in the file

actions

any actions stored in the file

Constructors

Link copied to clipboard
constructor(header: ZkoHeader, components: ZkoComponentCollection, objects: List<ZkoObjectProto>, hierarchy: ZkoHierarchyNode, actions: List<ZSkeletalAction>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard