ModelLoadResult

Represents the result of loading and processing a raw model file.

This record contains the successfully created ModelBlueprint and a list of any errors or warnings that occurred during the loading process.

Since

1.15.2

Parameters

blueprint

the processed model blueprint

errors

a list of error or warning messages generated during loading

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String