ModelImportedEvent

Triggered when a model is successfully imported and registered.

This event provides access to the raw blueprint and the created renderer.

Since

2.0.0

Parameters

blueprint

the model blueprint

renderer

the model renderer

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun call(): Boolean
Dispatches this event to the global event bus.
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