Logo
公開メンバ関数 | 公開変数類 | 全メンバ一覧
SharpKmyGfx::LocalLight クラス

#include <LocalLight.h>

公開メンバ関数

 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 ()
 

公開変数類

kmyGfx::LocalLight * obj
 

構築子と解体子

◆ LocalLight()

SharpKmyGfx::LocalLight::LocalLight ( )

◆ ~LocalLight()

SharpKmyGfx::LocalLight::~LocalLight ( )

メソッド詳解

◆ getPhysicsObject()

SharpKmyPhysics::PhysicsObject SharpKmyGfx::LocalLight::getPhysicsObject ( )

◆ select()

void SharpKmyGfx::LocalLight::select ( bool  flg)

◆ setAngle()

void SharpKmyGfx::LocalLight::setAngle ( float  inner,
float  outer 
)

◆ setColor()

void SharpKmyGfx::LocalLight::setColor ( u8  r,
u8  g,
u8  b 
)

◆ setDisplayID()

void SharpKmyGfx::LocalLight::setDisplayID ( unsigned int  id)

◆ setIntensity()

void SharpKmyGfx::LocalLight::setIntensity ( float  i)

◆ setPickupID()

void SharpKmyGfx::LocalLight::setPickupID ( unsigned short  id)

◆ setRadius()

void SharpKmyGfx::LocalLight::setRadius ( float  radius)

◆ setSpecularScale()

void SharpKmyGfx::LocalLight::setSpecularScale ( float  v)

◆ setType()

void SharpKmyGfx::LocalLight::setType ( bool  isPoint)

◆ stopPickup()

void SharpKmyGfx::LocalLight::stopPickup ( bool  flg)

メンバ詳解

◆ obj

kmyGfx::LocalLight* SharpKmyGfx::LocalLight::obj