Uses of Interface
com.xebisco.yield.Renderable
Packages that use Renderable
Package
Description
-
Uses of Renderable in com.xebisco.yield
Classes in com.xebisco.yield that implement RenderableModifier and TypeClassDescriptionclassAbstract class representing a renderable component in the application.final classThe AnimationPlayer class is a component behavior that handles the playing of animations by updating the texture rectangle with the current frame.classThe AudioPlayer class is a component behavior that allows for playing, pausing, and manipulating audio clips in a Yield application.classThe BlankScene class is a custom scene for an application.classclassAbstract class representing a behavior that can be attached to anEntity2D.classThis class represents an empty renderable object.final classRepresents a 2D entity within a game or application.classThis is a class that represents a container forEntity2Ds, allowing for instantiation and removal of entities.classRectangleMeshclass extendsAbstractRenderableand represents a rectangle mesh object.classTheSceneclass represents a scene in a 2D environment.classTextMeshclass extendsAbstractRenderableand represents a text mesh object. -
Uses of Renderable in com.xebisco.yield.physics
Classes in com.xebisco.yield.physics that implement Renderable -
Uses of Renderable in com.xebisco.yield.physics.colliders
Classes in com.xebisco.yield.physics.colliders that implement RenderableModifier and TypeClassDescriptionclassclassclassclass -
Uses of Renderable in com.xebisco.yield.physics.joints
Classes in com.xebisco.yield.physics.joints that implement Renderable -
Uses of Renderable in com.xebisco.yield.texture
Classes in com.xebisco.yield.texture that implement RenderableModifier and TypeClassDescriptionclassA subclass ofRectangleMeshthat adds the ability to apply a texture to the mesh.