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

#include <Grid.h>

SharpKmyGfx::Grid の継承関係図
SharpKmyGfx::Primitive

公開メンバ関数

 Grid (Material^ m)
 
 ~Grid ()
 
void setCount (unsigned int hcount, unsigned int vcount)
 
- 基底クラス SharpKmyGfx::Primitive に属する継承公開メンバ関数
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 ()
 

その他の継承メンバ

- 基底クラス SharpKmyGfx::Primitive に属する継承公開変数類
kmyGfx::Primitive * obj = nullptr
 

構築子と解体子

◆ Grid()

SharpKmyGfx::Grid::Grid ( Material m)

◆ ~Grid()

SharpKmyGfx::Grid::~Grid ( )

メソッド詳解

◆ setCount()

void SharpKmyGfx::Grid::setCount ( unsigned int  hcount,
unsigned int  vcount 
)