johnrgeraci

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Can Enums be saved as strings? #16967
    johnrgeraci
    Participant

    To answer my own question:  Yes, there is a setting within the nodeCanvas package that saves enums out as strings.  It’s in fsGlobalConfig.cs:

    ///<summary> Enums are serialized using their names by default. Setting this to true will serialize them as integers instead.</summary>
    public static bool SerializeEnumsAsInteger = true;

    in reply to: How can I tell which Task is next in a Sequencer? #16928
    johnrgeraci
    Participant

    Here are the attachments for the above

    Attachments:
    You must be logged in to view attached files.
Viewing 2 posts - 1 through 2 (of 2 total)