Fix scripting bindings codegen for SoftTypeReference and SceneReference

#2761
This commit is contained in:
Wojtek Figat
2025-02-26 22:43:30 +01:00
parent 809fd2653a
commit b2c8c4018c
8 changed files with 95 additions and 37 deletions

View File

@@ -74,7 +74,7 @@ namespace FlaxEngine
/// </summary>
/// <param name="knowledge">The knowledge container to access.</param>
/// <param name="value">The value to set.</param>
/// <returns>True if set value value, otherwise false.</returns>
/// <returns>True if set value, otherwise false.</returns>
public bool Set(BehaviorKnowledge knowledge, object value)
{
return knowledge != null && knowledge.Set(Path, value);