#include <LocalLight.h>
Public Member Functions | |
LocalLight () | |
~LocalLight () | |
void | setType (bool isPoint) |
void | setColor (u8 r, u8 g, u8 b) |
void | setIntensity (float i) |
void | setAngle (float inner, float outer) |
void | setRadius (float radius) |
void | setPickupID (unsigned short id) |
void | stopPickup (bool flg) |
void | setDisplayID (unsigned int id) |
void | setSpecularScale (float v) |
void | select (bool flg) |
SharpKmyPhysics::PhysicsObject | getPhysicsObject () |
Public Attributes | |
kmyGfx::LocalLight * | obj |
SharpKmyGfx::LocalLight::LocalLight | ( | ) |
SharpKmyGfx::LocalLight::~LocalLight | ( | ) |
SharpKmyPhysics::PhysicsObject SharpKmyGfx::LocalLight::getPhysicsObject | ( | ) |
void SharpKmyGfx::LocalLight::select | ( | bool | flg | ) |
void SharpKmyGfx::LocalLight::setAngle | ( | float | inner, |
float | outer | ||
) |
void SharpKmyGfx::LocalLight::setColor | ( | u8 | r, |
u8 | g, | ||
u8 | b | ||
) |
void SharpKmyGfx::LocalLight::setDisplayID | ( | unsigned int | id | ) |
void SharpKmyGfx::LocalLight::setIntensity | ( | float | i | ) |
void SharpKmyGfx::LocalLight::setPickupID | ( | unsigned short | id | ) |
void SharpKmyGfx::LocalLight::setRadius | ( | float | radius | ) |
void SharpKmyGfx::LocalLight::setSpecularScale | ( | float | v | ) |
void SharpKmyGfx::LocalLight::setType | ( | bool | isPoint | ) |
void SharpKmyGfx::LocalLight::stopPickup | ( | bool | flg | ) |
kmyGfx::LocalLight* SharpKmyGfx::LocalLight::obj |