mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Improve the Upgrading to Godot 4 page
- Mention various caveats of upgrading, such as unavailable features. - Mention external shaders not being updated by the conversion tool. - List optional things to do before upgrading to make the process smoother.
This commit is contained in:
@@ -1539,10 +1539,12 @@ Exports
|
||||
Documentation about exports has been moved to :ref:`doc_gdscript_exports`.
|
||||
|
||||
|
||||
Properties
|
||||
~~~~~~~~~~
|
||||
.. _doc_gdscript_basics_setters_getters:
|
||||
|
||||
Sometimes you want a class' member variable to do more than just hold data and actually perform
|
||||
Properties (setters and getters)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Sometimes, you want a class' member variable to do more than just hold data and actually perform
|
||||
some validation or computation whenever its value change. It may also be desired to
|
||||
encapsulate its access in some way.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user