Package | Description |
---|---|
de.lessvoid.nifty.effects | |
de.lessvoid.nifty.render |
Modifier and Type | Method and Description |
---|---|
Set<RenderStateType> |
NiftyRenderDeviceProxy.getStates() |
Modifier and Type | Method and Description |
---|---|
void |
NiftyRenderDeviceProxy.saveState(Set<RenderStateType> statesToSave) |
Modifier and Type | Method and Description |
---|---|
static RenderStateType |
RenderStateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderStateType[] |
RenderStateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<RenderStateType> |
RenderStateType.allStates()
Helper to get all available RenderStates as a set.
|
static Set<RenderStateType> |
RenderStateType.allStatesCopy() |
Modifier and Type | Method and Description |
---|---|
void |
NiftyRenderEngine.saveState(Set<RenderStateType> statesToSave)
save given states.
|
void |
NiftyRenderEngineImpl.saveState(Set<RenderStateType> statesToSave) |
Copyright © 2013. All Rights Reserved.