Package tripleplay.flump
Class Texture
java.lang.Object
tripleplay.flump.Texture
- All Implemented Interfaces:
AutoCloseable
,react.Closeable
,Instance
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface react.Closeable
react.Closeable.Set, react.Closeable.Util
-
Method Summary
-
Method Details
-
symbol
-
layer
Description copied from interface:Instance
The layer that displays this instance. -
paint
public void paint(float dt) Description copied from interface:Instance
Notifies this instance that time has passed, for animation. -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfacereact.Closeable
-