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

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

@file:JvmName("StringUtils")
package godot.extensions

import godot.core.NodePath

@Suppress("NOTHING_TO_INLINE")
inline fun String.asNodePath() = NodePath(this)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy