godot/scene
Bojidar Marinov 9b8e8b2220
Bind many more properties to scripts
Notable potentially breaking changes:
- PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL
- Some properties were renamed, and sometimes even shadowed by new ones
- New getter methods (some virtual) were added
2018-01-12 00:58:14 +02:00
..
2d Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
3d Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
animation Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
audio Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gui Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
main Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
resources Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
register_scene_types.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_scene_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
scene_string_names.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
scene_string_names.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub