#include <Primitive.h>
Public Member Functions | |
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 () |
Public Attributes | |
kmyGfx::Primitive * | obj = nullptr |
GeometryInstance SharpKmyGfx::Primitive::getGeometryInstance | ( | ) |
MaterialInstance SharpKmyGfx::Primitive::getMaterialInstance | ( | ) |
void SharpKmyGfx::Primitive::setDisplayID | ( | unsigned int | id | ) |
void SharpKmyGfx::Primitive::setDrawHidden | ( | bool | flg | ) |
void SharpKmyGfx::Primitive::setOpacityMultiplier | ( | float | p | ) |
void SharpKmyGfx::Primitive::setOverrideColor | ( | float | r, |
float | g, | ||
float | b, | ||
float | a | ||
) |
void SharpKmyGfx::Primitive::setPickupID | ( | unsigned short | id | ) |
void SharpKmyGfx::Primitive::setPosture | ( | SharpKmyMath::Matrix4^ | posture | ) |
void SharpKmyGfx::Primitive::setVisibility | ( | bool | flg | ) |
void SharpKmyGfx::Primitive::stopPickup | ( | bool | flg | ) |
kmyGfx::Primitive* SharpKmyGfx::Primitive::obj = nullptr |