com.threerings.opengl.renderer.config
Class TextureConfig.Original2D
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureConfig.Implementation
com.threerings.opengl.renderer.config.TextureConfig.Original
com.threerings.opengl.renderer.config.TextureConfig.Original2D
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- TextureConfig.OriginalRectangle
- Enclosing class:
- TextureConfig
public static class TextureConfig.Original2D
- extends TextureConfig.Original
A 2D texture.
| Fields inherited from class com.threerings.opengl.renderer.config.TextureConfig.Original |
border, borderColor, compareFunc, compareMode, depthMode, format, identity, magFilter, maxAnisotropy, minFilter, wrapR, wrapS, wrapT |
contents
@Editable(category="data")
public TextureConfig.Original2D.Contents contents
- The initial contents of the texture.
TextureConfig.Original2D
public TextureConfig.Original2D()
getUpdateResources
public void getUpdateResources(HashSet<String> paths)
- Description copied from class:
TextureConfig.Implementation
- Adds the implementation's update resources to the provided set.
- Overrides:
getUpdateResources in class TextureConfig.Implementation
Copyright © 2011. All Rights Reserved.