Uses of Class
playn.core.RenderTarget
-
Uses of RenderTarget in playn.core
Fields in playn.core declared as RenderTargetModifier and TypeFieldDescriptionGraphics.defaultRenderTargetThe render target for the default framebuffer.Methods in playn.core that return RenderTargetModifier and TypeMethodDescriptionstatic RenderTargetCreates a render target that renders totexture.Constructors in playn.core with parameters of type RenderTargetModifierConstructorDescriptionSurface(Graphics gfx, RenderTarget target, QuadBatch defaultBatch) Creates a surface which will render totargetusingdefaultBatchas its default quad renderer.