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

Public Member Functions

 Plane (Material m)
 
void Dispose ()
 
void setVertices (VertexPositionTextureColor[] list)
 
- Public Member Functions inherited from SharpKmyGfx.Primitive
void setVisibility (bool flg)
 
void setPosture (SharpKmyMath.Matrix4 posture)
 
void setDisplayID (UInt32 id)
 
void setPickupID (UInt16 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 ()
 

Additional Inherited Members

- Protected Attributes inherited from SharpKmyGfx.Primitive
IntPtr _native = IntPtr.Zero
 

Constructor & Destructor Documentation

◆ Plane()

SharpKmyGfx.Plane.Plane ( Material  m)

Member Function Documentation

◆ Dispose()

void SharpKmyGfx.Plane.Dispose ( )

◆ setVertices()

void SharpKmyGfx.Plane.setVertices ( VertexPositionTextureColor[]  list)