Val
Val
- bevy_mod_scripting_core::bindings::query::ScriptQueryBuilder
Description
A wrapper around a value of type
T
.This can be used to retrieve a value out of a [
ScriptValue::Reference
] corresponding to the typeT
. You can also use this to return values from a script function to be allocated directly as a [ScriptValue::Reference
].