Zernikalosobjectsobjects Types Types ZCamera Link copied to clipboard @Serializableclass ZCamera : ZObjectRepresents a camera object within the Zernikalos engine. ZGroup Link copied to clipboard @Serializable@SerialName(value = "Group")class ZGroup : ZObject ZModel Link copied to clipboard @Serializableclass ZModel : ZObject ZModelRenderer Link copied to clipboard commonmetalogl expect class ZModelRenderer(ctx: ZRenderingContext, model: ZModel)actual class ZModelRenderer(val ctx: ZRenderingContext, val model: ZModel)actual class ZModelRenderer(val ctx: ZRenderingContext, val model: ZModel) ZObject Link copied to clipboard @Serializableabstract class ZObject : ZTreeNode<ZObject> , ZLoggableRepresents a generic object within the Zernikalos engine. This abstract class serves as the base for all objects within the engine, providing common properties and functions that are essential for the engine's operation. ZObjectType Link copied to clipboard enum ZObjectType : Enum<ZObjectType> ZScene Link copied to clipboard @Serializableclass ZScene : ZObject ZSkeleton Link copied to clipboard @Serializableclass ZSkeleton : ZObject