public class AmbientLight extends Light
| Modifier and Type | Field and Description |
|---|---|
protected Color |
color |
shaderdestroy, engine, name, NAME_UNTITLED_ENTITY, parent| Constructor and Description |
|---|
AmbientLight(Color color) |
AmbientLight(float r,
float g,
float b) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Color |
getColor() |
int |
hashCode() |
void |
setColor(Color color) |
String |
toString() |
getShader, removed, setEngine, setShaderattached, boxed, destroy, destroy, getEngine, getName, getParent, getTransform, isDestroy, render, setDestroy, setName, setParent, shouldBeDestroyed, updateprotected Color color
public AmbientLight(Color color)
public AmbientLight(float r,
float g,
float b)
@Generated(value="lombok") public boolean equals(Object o)
equals in class QuickRenderPass@Generated(value="lombok") protected boolean canEqual(Object other)
canEqual in class QuickRenderPass@Generated(value="lombok") public int hashCode()
hashCode in class QuickRenderPass@Generated(value="lombok") public Color getColor()
@Generated(value="lombok") public void setColor(Color color)
@Generated(value="lombok") public String toString()
toString in class QuickRenderPassCopyright © 2015. All rights reserved.