All Downloads are FREE. Search and download functionalities are using the official Maven repository.

godot.extensions.PackedSceneExt.kt Maven / Gradle / Ivy

There is a newer version: 0.10.0-4.3.0
Show newest version
@file:JvmName("PackedSceneUtils")
package godot.extensions

import godot.Node
import godot.PackedScene

@Suppress("NOTHING_TO_INLINE", "UNCHECKED_CAST")
inline fun  PackedScene.instantiateAs(
    editState: PackedScene.GenEditState = PackedScene.GenEditState.GEN_EDIT_STATE_DISABLED
): T? {
    return instantiate(editState) as T?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy