Skip to content

Commit

Permalink
Restore NodeNameOverride
Browse files Browse the repository at this point in the history
  • Loading branch information
Frozenreflex committed Jul 14, 2024
1 parent 00daece commit a39f384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ProjectObsidian.SourceGenerators/BindingGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public partial class {_fullName} : global::FrooxEngine.ProtoFlux.Runtimes.Execut
{{
{(string.IsNullOrEmpty(_debug) ? "" : "//")}{_debug}
{Declarations}
{_nodeNameOverride}
{(_isValidGenericTypeMethod ? $" public static bool IsValidGenericType => global::{_currentNameSpace}.{_fullName}.IsValidGenericType;" : "")}
public override System.Type NodeType => typeof (global::{_currentNameSpace}.{_fullName});
public global::{_currentNameSpace}.{_fullName} TypedNodeInstance {{ get; private set; }}
Expand Down

0 comments on commit a39f384

Please sign in to comment.