Reply To: Getter and Setter extension

Forums 💬 NodeCanvas 🗨️ General Discussion Getter and Setter extension Reply To: Getter and Setter extension

#13883
psykaw
Participant

    HeyGavalakis,

    I need getter/setter for my custom types so I implement a simple way to add it.
    Add this lines at the beginning of TypeConverter.cs:

    And in public static Func<object, object> Get(Type fromType, Type toType) method:

    Now, in your custom classes you can add this to auto convert your custom types:

    Sounds good to you ?