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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidopen(VeilEditorEnvironment environment, FramebufferResource resource) Opens the specified resource in the environment.voidrender()Renders this editor to the screen.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:ResourceFileEditorRenders this editor to the screen.- Specified by:
renderin interfaceResourceFileEditor<FramebufferResource>
-
open
Description copied from interface:ResourceFileEditorOpens the specified resource in the environment.- Specified by:
openin interfaceResourceFileEditor<FramebufferResource>- Parameters:
environment- The environment to open the resource inresource- The resource to open
-