Logo
Public Member Functions | List of all members
SharpKmyGfx::Plane Class Reference

#include <Plane.h>

Inheritance diagram for SharpKmyGfx::Plane:
SharpKmyGfx::Primitive

Public Member Functions

 Plane (Material^ m)
 
 ~Plane ()
 
void setVertices (array< VertexPositionTextureColor >^ vertices)
 
- Public Member Functions inherited from 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 ()
 

Additional Inherited Members

- Public Attributes inherited from SharpKmyGfx::Primitive
kmyGfx::Primitive * obj = nullptr
 

Constructor & Destructor Documentation

◆ Plane()

SharpKmyGfx::Plane::Plane ( Material m)

◆ ~Plane()

SharpKmyGfx::Plane::~Plane ( )

Member Function Documentation

◆ setVertices()

void SharpKmyGfx::Plane::setVertices ( array< VertexPositionTextureColor >^  vertices)