1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00
osu-lazer/osu.Game/Storyboards/Commands
Salman Ahmed 6861d9a302 Expose storyboard command lists as read-only and remove unnecessary memory footprint
Mutation should be done only with the methods exposed by `StoryboardCommandGroup`.
2024-03-08 22:29:49 +03:00
..
IStoryboardCommand.cs Fix parameter commands applying initial value before start time 2024-03-08 21:56:25 +03:00
StoryboardAlphaCommand.cs Reorder command properties to match general format 2024-03-08 21:33:53 +03:00
StoryboardBlendingParametersCommand.cs Fix parameter commands applying initial value before start time 2024-03-08 21:56:25 +03:00
StoryboardColourCommand.cs Reorder command properties to match general format 2024-03-08 21:33:53 +03:00
StoryboardCommand.cs Reorder command properties to match general format 2024-03-08 21:33:53 +03:00
StoryboardCommandGroup.cs Expose storyboard command lists as read-only and remove unnecessary memory footprint 2024-03-08 22:29:49 +03:00
StoryboardFlipHCommand.cs Fix parameter commands applying initial value before start time 2024-03-08 21:56:25 +03:00
StoryboardFlipVCommand.cs Fix parameter commands applying initial value before start time 2024-03-08 21:56:25 +03:00
StoryboardLoopingGroup.cs Reorder command properties to match general format 2024-03-08 21:33:53 +03:00
StoryboardRotationCommand.cs Reorder command properties to match general format 2024-03-08 21:33:53 +03:00
StoryboardScaleCommand.cs Reorder command properties to match general format 2024-03-08 21:33:53 +03:00
StoryboardTriggerGroup.cs Add generics to ApplyInitialValue/ApplyTransforms for ability to return custom transform sequences 2024-03-08 03:07:39 +03:00
StoryboardVectorScaleCommand.cs Reorder command properties to match general format 2024-03-08 21:33:53 +03:00
StoryboardXCommand.cs Reorder command properties to match general format 2024-03-08 21:33:53 +03:00
StoryboardYCommand.cs Reorder command properties to match general format 2024-03-08 21:33:53 +03:00