#include <Manipulator.h>
Public Member Functions | |
Manipulator (kmyGfx::Manipulator *ptr) | |
void | setOrigin (int mode, bool global, bool center, array< Transform^> ^list) |
SharpKmyMath::Vector3 | getOrigin () |
void | begin (float x, float y, unsigned short forceId) |
void | proc (float x, float y, array< Transform^> ^list) |
void | end () |
void | hilight (int pickupid) |
void | setScalePerWidth (bool up) |
void | hide () |
void | setVisibility (bool visibility) |
Public Attributes | |
kmyGfx::Manipulator * | obj = nullptr |
SharpKmyGfx::Manipulator::Manipulator | ( | kmyGfx::Manipulator * | ptr | ) |
void SharpKmyGfx::Manipulator::begin | ( | float | x, |
float | y, | ||
unsigned short | forceId | ||
) |
void SharpKmyGfx::Manipulator::end | ( | ) |
SharpKmyMath::Vector3 SharpKmyGfx::Manipulator::getOrigin | ( | ) |
void SharpKmyGfx::Manipulator::hide | ( | ) |
void SharpKmyGfx::Manipulator::hilight | ( | int | pickupid | ) |
void SharpKmyGfx::Manipulator::proc | ( | float | x, |
float | y, | ||
array< Transform^> ^ | list | ||
) |
void SharpKmyGfx::Manipulator::setOrigin | ( | int | mode, |
bool | global, | ||
bool | center, | ||
array< Transform^> ^ | list | ||
) |
void SharpKmyGfx::Manipulator::setScalePerWidth | ( | bool | up | ) |
void SharpKmyGfx::Manipulator::setVisibility | ( | bool | visibility | ) |
kmyGfx::Manipulator* SharpKmyGfx::Manipulator::obj = nullptr |