Interface IsoGridSquare.ILighting
- All Known Implementing Classes:
IsoGridSquare.Lighting,LightingJNI.JNILighting,ServerLOS.ServerLighting
- Enclosing class:
IsoGridSquare
public static interface IsoGridSquare.ILighting
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbCanSee()voidbCanSee(boolean canSee) booleanvoidbCouldSee(boolean couldSee) booleanbSeen()voidbSeen(boolean seen) floatvoiddarkMulti(float f) getResultLight(int index) floatvoidlampostTotalB(float b) floatvoidlampostTotalG(float g) floatvoidlampostTotalR(float r) intlightverts(int i) voidlightverts(int i, int value) voidreset()intfloatvoidtargetDarkMulti(float f)
-
Method Details
-
lightverts
int lightverts(int i) -
lampostTotalR
float lampostTotalR() -
lampostTotalG
float lampostTotalG() -
lampostTotalB
float lampostTotalB() -
bSeen
boolean bSeen() -
bCanSee
boolean bCanSee() -
bCouldSee
boolean bCouldSee() -
darkMulti
float darkMulti() -
targetDarkMulti
float targetDarkMulti() -
lightInfo
ColorInfo lightInfo() -
lightverts
void lightverts(int i, int value) -
lampostTotalR
void lampostTotalR(float r) -
lampostTotalG
void lampostTotalG(float g) -
lampostTotalB
void lampostTotalB(float b) -
bSeen
void bSeen(boolean seen) -
bCanSee
void bCanSee(boolean canSee) -
bCouldSee
void bCouldSee(boolean couldSee) -
darkMulti
void darkMulti(float f) -
targetDarkMulti
void targetDarkMulti(float f) -
resultLightCount
int resultLightCount() -
getResultLight
-
reset
void reset()
-