mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
xmldoc and formatting
This commit is contained in:
@ -6,8 +6,14 @@ using osu.Framework.Graphics.Containers;
|
||||
|
||||
namespace osu.Game.Graphics.Containers
|
||||
{
|
||||
/// <summary>
|
||||
/// A container that adds the ability to shake its contents.
|
||||
/// </summary>
|
||||
public class ShakeContainer : Container
|
||||
{
|
||||
/// <summary>
|
||||
/// Shake the contents of this container.
|
||||
/// </summary>
|
||||
public void Shake()
|
||||
{
|
||||
const float shake_amount = 8;
|
||||
|
Reference in New Issue
Block a user