mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 04:20:14 -05:00
Adapt the visibility settings for all properties
This commit is contained in:
@@ -36,27 +36,31 @@ namespace {
|
||||
"SourceFrame",
|
||||
"Source",
|
||||
"This value specifies the source frame that is used as the basis for the "
|
||||
"coordinate transformation. This has to be a valid SPICE name"
|
||||
"coordinate transformation. This has to be a valid SPICE name",
|
||||
openspace::properties::Property::Visibility::Developer
|
||||
};
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo DestinationInfo = {
|
||||
"DestinationFrame",
|
||||
"Destination",
|
||||
"This value specifies the destination frame that is used for the coordinate "
|
||||
"transformation. This has to be a valid SPICE name"
|
||||
"transformation. This has to be a valid SPICE name",
|
||||
openspace::properties::Property::Visibility::Developer
|
||||
};
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo TimeFrameInfo = {
|
||||
"TimeFrame",
|
||||
"Time Frame",
|
||||
"The time frame in which the spice kernels are valid"
|
||||
"The time frame in which the spice kernels are valid",
|
||||
openspace::properties::Property::Visibility::AdvancedUser
|
||||
};
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo FixedDateInfo = {
|
||||
"FixedDate",
|
||||
"Fixed Date",
|
||||
"A time to lock the rotation to. Setting this to an empty string will "
|
||||
"unlock the time and return to rotation based on current simulation time"
|
||||
"unlock the time and return to rotation based on current simulation time",
|
||||
openspace::properties::Property::Visibility::AdvancedUser
|
||||
};
|
||||
|
||||
struct [[codegen::Dictionary(SpiceRotation)]] Parameters {
|
||||
|
||||
Reference in New Issue
Block a user