Package foundry.veil.api.resource.editor
Class FramebufferFileEditor
java.lang.Object
foundry.veil.api.resource.editor.FramebufferFileEditor
- All Implemented Interfaces:
ResourceFileEditor<FramebufferResource>
public class FramebufferFileEditor
extends Object
implements ResourceFileEditor<FramebufferResource>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
open
(VeilEditorEnvironment environment, FramebufferResource resource) Opens the specified resource in the environment.void
render()
Renders this editor to the screen.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface foundry.veil.api.resource.editor.ResourceFileEditor
save
-
Constructor Details
-
FramebufferFileEditor
public FramebufferFileEditor()
-
-
Method Details
-
render
public void render()Description copied from interface:ResourceFileEditor
Renders this editor to the screen.- Specified by:
render
in interfaceResourceFileEditor<FramebufferResource>
-
open
Description copied from interface:ResourceFileEditor
Opens the specified resource in the environment.- Specified by:
open
in interfaceResourceFileEditor<FramebufferResource>
- Parameters:
environment
- The environment to open the resource inresource
- The resource to open
-