Logo
公開メンバ関数 | 全メンバ一覧
SharpKmyGfx.LocalLight クラス
SharpKmyGfx.LocalLight の継承関係図

公開メンバ関数

 LocalLight ()
 
void Dispose ()
 
void setType (bool isPoint)
 
void setColor (byte r, byte g, byte b)
 
void setIntensity (float i)
 
void setAngle (float inner, float outer)
 
void setRadius (float radius)
 
void setPickupID (UInt16 id)
 
void stopPickup (bool flg)
 
void setDisplayID (UInt32 id)
 
void setSpecularScale (float v)
 
void select (bool flg)
 
SharpKmyPhysics.PhysicsObject getPhysicsObject ()
 

構築子と解体子

◆ LocalLight()

SharpKmyGfx.LocalLight.LocalLight ( )

メソッド詳解

◆ Dispose()

void SharpKmyGfx.LocalLight.Dispose ( )

◆ 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 ( byte  r,
byte  g,
byte  b 
)

◆ setDisplayID()

void SharpKmyGfx.LocalLight.setDisplayID ( UInt32  id)

◆ setIntensity()

void SharpKmyGfx.LocalLight.setIntensity ( float  i)

◆ setPickupID()

void SharpKmyGfx.LocalLight.setPickupID ( UInt16  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)