ModelGroup

A raw group of models.

Parameters

name

group name

origin

origin

rotation

rotation

uuid

uuid

children

children

_visibility

visibility

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val PARSER: JsonDeserializer<ModelChildren>
Parser

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun origin(): @NotNull Float3
Gets origin
Link copied to clipboard
@NotNull
open fun rotation(): @NotNull Float3
Gets rotation
Link copied to clipboard
@NotNull
open fun toBlueprint(@NotNull @Unmodifiable elementMap: @NotNull @Unmodifiable Map<String, ModelElement>): @NotNull BlueprintChildren
Converts children to blueprint children
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
open fun visibility(): Boolean
Gets visibility