Torque3D/Engine
marauder2k7 e635344fba Adds a new FieldDescriptor struct
Use the field descriptor struct to add fields instead of the overloads
Adds a visibility function to control whether a field is visible in the inspector

EG:
ADD_FIELD("soundFile", TypeAssetLooseFilePath, Offset(mSoundFile, SoundAsset))
            .doc("Path to the sound file.")
            .elements(SFXPlayList::SFXPlaylistSettings::NUM_SLOTS)
            .onSet(&_setSoundFile);

the grammar can change to make these easier to work with, review changes carefully
2026-05-27 20:00:42 +01:00
..
bin add missing exe files 2024-05-01 15:54:03 +01:00
lib TSShape loader refactor 2026-05-25 00:28:03 +01:00
modules/Verve (Mostly) updated verve implementation. 2019-03-07 16:23:41 -06:00
source Adds a new FieldDescriptor struct 2026-05-27 20:00:42 +01:00
CMakeLists.txt * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00