public class PointLight extends BaseLight
| Modifier and Type | Field and Description |
|---|---|
protected Attenuation |
attenuation |
protected float |
range |
color, intensity, shadowInfoshaderdestroy, engine, name, NAME_UNTITLED_ENTITY, parent| Constructor and Description |
|---|
PointLight(Color color,
float intensity,
Attenuation attenuation) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Attenuation |
getAttenuation() |
float |
getRange() |
int |
hashCode() |
void |
setAttenuation(Attenuation attenuation) |
void |
setRange(float range) |
String |
toString() |
getColor, getIntensity, getShadowInfo, setColor, setIntensity, setShadowInfogetShader, removed, setEngine, setShaderattached, boxed, destroy, destroy, getEngine, getName, getParent, getTransform, isDestroy, render, setDestroy, setName, setParent, shouldBeDestroyed, updateprotected Attenuation attenuation
protected float range
public PointLight(Color color, float intensity, Attenuation attenuation)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public Attenuation getAttenuation()
@Generated(value="lombok") public float getRange()
@Generated(value="lombok") public void setAttenuation(Attenuation attenuation)
@Generated(value="lombok") public void setRange(float range)
@Generated(value="lombok") public String toString()
Copyright © 2015. All rights reserved.