com.threerings.opengl.renderer.config
Class ColorStateConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.ColorStateConfig
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
public class ColorStateConfig
- extends DeepObject
- implements Exportable
Configurable color state.
color
@Editable(mode="alpha",
hgroup="c")
public Color4f color
- The color.
uniqueInstance
@Editable(hgroup="c")
public boolean uniqueInstance
- If true, do not use a shared instance.
ColorStateConfig
public ColorStateConfig()
getState
public ColorState getState()
- Returns the corresponding color state.
Copyright © 2011. All Rights Reserved.