Logo
クラス | 公開型 | 公開メンバ関数 | 全メンバ一覧
SharpKmyGfx.Manipulator クラス

公開型

enum  TransformAxis {
  X , Y , Z , XY ,
  YZ , ZX , SCR
}
 

公開メンバ関数

 Manipulator (IntPtr ptr)
 
void setOrigin (int mode, bool global, bool center, Transform[] list)
 
SharpKmyMath.Vector3 getOrigin ()
 
void begin (float x, float y, UInt16 forceId)
 
void proc (float x, float y, Transform[] list)
 
void end ()
 
void hilight (int pickupid)
 
void setScalePerWidth (bool up)
 
void hide ()
 
void setVisibility (bool visibility)
 
TransformAxis getTransformAxis ()
 

列挙型メンバ詳解

◆ TransformAxis

列挙値
XY 
YZ 
ZX 
SCR 

構築子と解体子

◆ Manipulator()

SharpKmyGfx.Manipulator.Manipulator ( IntPtr  ptr)

メソッド詳解

◆ begin()

void SharpKmyGfx.Manipulator.begin ( float  x,
float  y,
UInt16  forceId 
)

◆ end()

void SharpKmyGfx.Manipulator.end ( )

◆ getOrigin()

SharpKmyMath.Vector3 SharpKmyGfx.Manipulator.getOrigin ( )

◆ getTransformAxis()

TransformAxis SharpKmyGfx.Manipulator.getTransformAxis ( )

◆ hide()

void SharpKmyGfx.Manipulator.hide ( )

◆ hilight()

void SharpKmyGfx.Manipulator.hilight ( int  pickupid)

◆ proc()

void SharpKmyGfx.Manipulator.proc ( float  x,
float  y,
Transform[]  list 
)

◆ setOrigin()

void SharpKmyGfx.Manipulator.setOrigin ( int  mode,
bool  global,
bool  center,
Transform[]  list 
)

◆ setScalePerWidth()

void SharpKmyGfx.Manipulator.setScalePerWidth ( bool  up)

◆ setVisibility()

void SharpKmyGfx.Manipulator.setVisibility ( bool  visibility)