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

#include <Primitive.h>

SharpKmyGfx::Primitive の継承関係図
SharpKmyGfx::BillboardChar SharpKmyGfx::Cube SharpKmyGfx::DecalVolume SharpKmyGfx::Grid SharpKmyGfx::LineCube SharpKmyGfx::Plane

公開メンバ関数

void setVisibility (bool flg)
 
void setPosture (SharpKmyMath::Matrix4^ posture)
 
void setDisplayID (unsigned int id)
 
void setPickupID (unsigned short id)
 
void stopPickup (bool flg)
 
void setDrawHidden (bool flg)
 
void setOverrideColor (float r, float g, float b, float a)
 
void setOpacityMultiplier (float p)
 
MaterialInstance getMaterialInstance ()
 
GeometryInstance getGeometryInstance ()
 

公開変数類

kmyGfx::Primitive * obj = nullptr
 

メソッド詳解

◆ getGeometryInstance()

GeometryInstance SharpKmyGfx::Primitive::getGeometryInstance ( )

◆ getMaterialInstance()

MaterialInstance SharpKmyGfx::Primitive::getMaterialInstance ( )

◆ setDisplayID()

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

◆ setDrawHidden()

void SharpKmyGfx::Primitive::setDrawHidden ( bool  flg)

◆ setOpacityMultiplier()

void SharpKmyGfx::Primitive::setOpacityMultiplier ( float  p)

◆ setOverrideColor()

void SharpKmyGfx::Primitive::setOverrideColor ( float  r,
float  g,
float  b,
float  a 
)

◆ setPickupID()

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

◆ setPosture()

void SharpKmyGfx::Primitive::setPosture ( SharpKmyMath::Matrix4 posture)

◆ setVisibility()

void SharpKmyGfx::Primitive::setVisibility ( bool  flg)

◆ stopPickup()

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

メンバ詳解

◆ obj

kmyGfx::Primitive* SharpKmyGfx::Primitive::obj = nullptr