public class BaseLight extends Light
| Modifier and Type | Field and Description |
|---|---|
protected Color |
color |
protected float |
intensity |
protected ShadowInfo |
shadowInfo |
shaderdestroy, engine, name, NAME_UNTITLED_ENTITY, parent| Constructor and Description |
|---|
BaseLight(Color color,
float intensity) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Color |
getColor() |
float |
getIntensity() |
ShadowInfo |
getShadowInfo() |
int |
hashCode() |
void |
setColor(Color color) |
void |
setIntensity(float intensity) |
void |
setShadowInfo(ShadowInfo shadowInfo) |
String |
toString() |
getShader, removed, setEngine, setShaderattached, boxed, destroy, destroy, getEngine, getName, getParent, getTransform, isDestroy, render, setDestroy, setName, setParent, shouldBeDestroyed, updateprotected Color color
protected float intensity
protected ShadowInfo shadowInfo
public BaseLight(Color color, float intensity)
@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 float getIntensity()
@Generated(value="lombok") public ShadowInfo getShadowInfo()
@Generated(value="lombok") public void setColor(Color color)
@Generated(value="lombok") public void setIntensity(float intensity)
@Generated(value="lombok") public void setShadowInfo(ShadowInfo shadowInfo)
@Generated(value="lombok") public String toString()
toString in class QuickRenderPassCopyright © 2015. All rights reserved.