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

公開メンバ関数

 GeometryInstance (GeomCluster gc, MaterialInstance m)
 
 GeometryInstance (IntPtr obj)
 
IntPtr getNativePtr ()
 
void Dispose ()
 
void setDisplayID (UInt32 id)
 
UInt32 getDisplayID ()
 
void setPickupID (UInt16 id)
 
UInt16 getPickupID ()
 
void setVisibility (bool flg)
 
bool getVisibility ()
 
void stopPickup (bool flg)
 
void useVAO (bool flg)
 
void invaidateVAO ()
 
void boundaryInvalidate ()
 
MaterialInstance getMaterialInstance ()
 

構築子と解体子

◆ GeometryInstance() [1/2]

SharpKmyGfx.GeometryInstance.GeometryInstance ( GeomCluster  gc,
MaterialInstance  m 
)

◆ GeometryInstance() [2/2]

SharpKmyGfx.GeometryInstance.GeometryInstance ( IntPtr  obj)

メソッド詳解

◆ boundaryInvalidate()

void SharpKmyGfx.GeometryInstance.boundaryInvalidate ( )

◆ Dispose()

void SharpKmyGfx.GeometryInstance.Dispose ( )

◆ getDisplayID()

UInt32 SharpKmyGfx.GeometryInstance.getDisplayID ( )

◆ getMaterialInstance()

MaterialInstance SharpKmyGfx.GeometryInstance.getMaterialInstance ( )

◆ getNativePtr()

IntPtr SharpKmyGfx.GeometryInstance.getNativePtr ( )

◆ getPickupID()

UInt16 SharpKmyGfx.GeometryInstance.getPickupID ( )

◆ getVisibility()

bool SharpKmyGfx.GeometryInstance.getVisibility ( )

◆ invaidateVAO()

void SharpKmyGfx.GeometryInstance.invaidateVAO ( )

◆ setDisplayID()

void SharpKmyGfx.GeometryInstance.setDisplayID ( UInt32  id)

◆ setPickupID()

void SharpKmyGfx.GeometryInstance.setPickupID ( UInt16  id)

◆ setVisibility()

void SharpKmyGfx.GeometryInstance.setVisibility ( bool  flg)

◆ stopPickup()

void SharpKmyGfx.GeometryInstance.stopPickup ( bool  flg)

◆ useVAO()

void SharpKmyGfx.GeometryInstance.useVAO ( bool  flg)