com.threerings.opengl.renderer.config
Class LineStateConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.LineStateConfig
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
public class LineStateConfig
- extends DeepObject
- implements Exportable
Configurable line state.
lineWidth
@Editable(min=1.0,
hgroup="l")
public float lineWidth
- The line width.
uniqueInstance
@Editable(hgroup="l")
public boolean uniqueInstance
- If true, do not use a shared instance.
LineStateConfig
public LineStateConfig()
getState
public LineState getState()
- Returns the corresponding line state.
Copyright © 2011. All Rights Reserved.