class MAGES::SceneGraph::Editor::StoryboardSummary¶
Overview¶
Summary model returned by the storyboard list endpoint. More…
class StoryboardSummary
{
public:
// properties
string StoryboardId;
string Name;
string ProjectDescription;
string UpdatedAt;
bool UnitySyncEnabled;
string NameOrFallback;
DateTimeOffset UpdatedAtUtc;
// methods
string GetFormattedUpdatedAt();
};
Detailed Documentation¶
Summary model returned by the storyboard list endpoint.
Properties¶
string StoryboardId
Gets or sets the storyboard identifier.
string Name
Gets or sets the storyboard name.
string ProjectDescription
Gets or sets the project description.
string UpdatedAt
Gets or sets the updated timestamp.
bool UnitySyncEnabled
Gets or sets a value indicating whether Unity sync is enabled for this storyboard.
string NameOrFallback
Gets the best display name for the storyboard.
DateTimeOffset UpdatedAtUtc
Gets the parsed updated timestamp in UTC.
Methods¶
string GetFormattedUpdatedAt()
Formats the update timestamp for the local editor timezone.
Returns:
The formatted timestamp or “Unknown”.