Index
All Classes and Interfaces|All Packages|Serialized Form
S
- S - Enum constant in enum class bagel.Keys
- SEMICOLON - Enum constant in enum class bagel.Keys
- setBlendColour(double, double, double) - Method in class bagel.DrawOptions
-
Sets the colour to blend the image with, where (0.0, 0.0, 0.0) is black and (1.0, 1.0, 1.0) is white.
- setBlendColour(double, double, double, double) - Method in class bagel.DrawOptions
-
Sets the colour to blend the image with, where (0.0, 0.0, 0.0) is black and (1.0, 1.0, 1.0) is white.
- setBlendColour(Colour) - Method in class bagel.DrawOptions
-
Sets the colour to blend the image with, using the
Colourclass. - setClearColour(double, double, double) - Static method in class bagel.Window
-
Overload of
setClearColour(float, float, float)to easily support double literals. - setClearColour(float, float, float) - Static method in class bagel.Window
-
Set the colour the screen is cleared to each frame.
- setRotation(double) - Method in class bagel.DrawOptions
-
Set the rotation of the image in the usual mathematical sense, measured in radians.
- setScale(double, double) - Method in class bagel.DrawOptions
-
Set the scale of the image.
- setSection(double, double, double, double) - Method in class bagel.DrawOptions
-
Sets only a section of the image to be drawn.
- setShader(Shader) - Method in class bagel.DrawOptions
-
For very advanced users only. Set the shader to use for this rendering job.
- Shader - Class in bagel
-
A shader that can be used by the rendering pipeline.
- Shader() - Constructor for class bagel.Shader
- Side - Enum Class in bagel.util
-
Represents the side that a collision occurred from.
- SLASH - Enum constant in enum class bagel.Keys
- SPACE - Enum constant in enum class bagel.Keys
- sub(Vector2) - Method in class bagel.util.Vector2
-
Returns the result of subtracting rhs from this vector.
All Classes and Interfaces|All Packages|Serialized Form