Logo
Public Member Functions | List of all members
SharpKmyGfx.GeometryInstance Class Reference
Inheritance diagram for SharpKmyGfx.GeometryInstance:

Public Member Functions

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

Constructor & Destructor Documentation

◆ GeometryInstance() [1/2]

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

◆ GeometryInstance() [2/2]

SharpKmyGfx.GeometryInstance.GeometryInstance ( IntPtr  obj)

Member Function Documentation

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