Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- radius() - Method in class com.xebisco.yield.physics.colliders.CircleCollider2D
- random() - Static method in class com.xebisco.yield.Colors
-
Generates a random color using the global random number generator.
- random(Random) - Static method in class com.xebisco.yield.Colors
-
Generates a random color using the provided random number generator.
- RANDOM - Static variable in class com.xebisco.yield.Global
-
A static instance of the
Randomclass. - RectangleMesh - Class in com.xebisco.yield
-
RectangleMeshclass extendsAbstractRenderableand represents a rectangle mesh object. - RectangleMesh() - Constructor for class com.xebisco.yield.RectangleMesh
-
Constructs a new RectangleMesh.
- rectSize() - Method in class com.xebisco.yield.rendering.Paint
-
Returns the size of the rectangle to be drawn.
- red() - Method in class com.xebisco.yield.Color
-
Getter of the red value of this Color.
- RED - Static variable in class com.xebisco.yield.Colors
- releaseFile(String) - Method in class com.xebisco.yield.assets.decompressing.AssetsDecompressing
- releaseFile(String) - Method in class com.xebisco.yield.defaults.DefaultFileIOManager
- releaseFile(String) - Method in interface com.xebisco.yield.manager.FileIOManager
-
Releases the specified file from memory if possible.
- remove(Entity2D) - Method in class com.xebisco.yield.Entity2DContainer
-
Removes the specified entity from the container and adds it to the list of entities to be removed.
- render(Renderer) - Method in class com.xebisco.yield.AbstractRenderable
- render(Renderer) - Method in class com.xebisco.yield.ComponentBehavior
-
Renders the behavior.
- render(Renderer) - Method in class com.xebisco.yield.Entity2D
- render(Renderer) - Method in class com.xebisco.yield.Entity2DContainer
- render(Renderer) - Method in class com.xebisco.yield.RectangleMesh
- render(Renderer) - Method in interface com.xebisco.yield.Renderable
-
Renders the object using the provided
Renderer. - render(Renderer) - Method in class com.xebisco.yield.TextMesh
- render(Renderer) - Method in class com.xebisco.yield.texture.TexturedRectangleMesh
- Renderable - Interface in com.xebisco.yield
-
Represents an object that can be rendered by a
Renderer. - Renderer - Interface in com.xebisco.yield.rendering
-
Represents a renderer that can draw objects.
- renderIndex() - Method in class com.xebisco.yield.ComponentBehavior
-
Returns the render index of the entity this behavior is attached to.
- renderIndex() - Method in class com.xebisco.yield.Entity2D
-
Gets the renderIndex of this entity.
- requiredPlatformModules() - Method in class com.xebisco.yield.PlatformInit
-
Gets the required platform modules.
- reset() - Method in class com.xebisco.yield.AudioPlayer
-
The "reset" function sets the position to 0.
- reset() - Method in class com.xebisco.yield.Vector2D
-
Resets this
Vector2Dinstance to the origin(0, 0). - restitution() - Method in class com.xebisco.yield.physics.colliders.Collider2D
- REV - Static variable in class com.xebisco.yield.Global
-
A constant representing the revision number.
- RevoluteJoint2D - Class in com.xebisco.yield.physics.joints
- RevoluteJoint2D() - Constructor for class com.xebisco.yield.physics.joints.RevoluteJoint2D
- rgb() - Method in class com.xebisco.yield.Color
-
The function returns an integer representation of the RGB color values by converting the red, green, and blue values to their corresponding 8-bit values and combining them.
- RGB - Enum constant in enum class com.xebisco.yield.Color.Format
- rgba() - Method in class com.xebisco.yield.Color
-
The function returns an integer value representing the RGBA color code based on the given red, green, blue, and alpha values.
- RGBA - Enum constant in enum class com.xebisco.yield.Color.Format
- RIGHT_BUTTON - Enum constant in enum class com.xebisco.yield.Input.MouseButton
- rotate(double) - Method in class com.xebisco.yield.Transform2D
-
Rotates the object by a specified angle around the z-axis.
- run() - Method in class com.xebisco.yield.Context
- run() - Method in class com.xebisco.yield.manager.ApplicationManager
-
Starts the thread for the manager.
- running() - Method in class com.xebisco.yield.Context
-
This function returns the value of the running variable.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form