com.threerings.opengl.renderer.config
Class TextureConfig.OriginalCubeMap.FileTrio
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureConfig.OriginalCubeMap.FileTrio
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- TextureConfig.OriginalCubeMap
public static class TextureConfig.OriginalCubeMap.FileTrio
- extends DeepObject
- implements Exportable
Contains the files for the x, y, and z faces.
|
Field Summary |
String |
x
The image resource from which to load the x face. |
String |
y
The image resource from which to load the y face. |
String |
z
The image resource from which to load the z face. |
x
@Editable(editor="resource",
nullable=true)
@FileConstraints(description="m.image_files_desc",
extensions={".png",".jpg",".dds"},
directory="image_dir")
public String x
- The image resource from which to load the x face.
y
@Editable(editor="resource",
nullable=true)
@FileConstraints(description="m.image_files_desc",
extensions={".png",".jpg",".dds"},
directory="image_dir")
public String y
- The image resource from which to load the y face.
z
@Editable(editor="resource",
nullable=true)
@FileConstraints(description="m.image_files_desc",
extensions={".png",".jpg",".dds"},
directory="image_dir")
public String z
- The image resource from which to load the z face.
TextureConfig.OriginalCubeMap.FileTrio
public TextureConfig.OriginalCubeMap.FileTrio()
getUpdateResources
public void getUpdateResources(HashSet<String> paths)
- Adds the trio's update resources to the provided set.
Copyright © 2011. All Rights Reserved.