TraGUS
Godot plugin for user settings
Loading...
Searching...
No Matches

◆ Serialized()

virtual Variant Serialized ( Variant  value)
virtual

Allows to define some custom serialization behavior, for more complex settings type, lists, etc. If you want to ensure a specific format.

It simply lets godot config system handle the serialization if not specified.

Parameters
valueThe value to serialize.
Returns
The serialized output.