Logo
公開メンバ関数 | 限定公開変数類 | 全メンバ一覧
SharpKmyGfx.Primitive クラス
SharpKmyGfx.Primitive の継承関係図
SharpKmyGfx.BillboardChar SharpKmyGfx.Cube SharpKmyGfx.DecalVolume SharpKmyGfx.Grid SharpKmyGfx.LineCube SharpKmyGfx.Plane

公開メンバ関数

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 ()
 

限定公開変数類

IntPtr _native = IntPtr.Zero
 

メソッド詳解

◆ getGeometryInstance()

GeometryInstance SharpKmyGfx.Primitive.getGeometryInstance ( )

◆ getMaterialInstance()

MaterialInstance SharpKmyGfx.Primitive.getMaterialInstance ( )

◆ setDisplayID()

void SharpKmyGfx.Primitive.setDisplayID ( UInt32  id)

◆ setDrawHidden()

void SharpKmyGfx.Primitive.setDrawHidden ( bool  flg)

◆ setOpacityMultiplier()

void SharpKmyGfx.Primitive.setOpacityMultiplier ( float  p)

◆ setOverrideColor()

void SharpKmyGfx.Primitive.setOverrideColor ( float  r,
float  g,
float  b,
float  a 
)

◆ setPickupID()

void SharpKmyGfx.Primitive.setPickupID ( UInt16  id)

◆ setPosture()

void SharpKmyGfx.Primitive.setPosture ( SharpKmyMath.Matrix4  posture)

◆ setVisibility()

void SharpKmyGfx.Primitive.setVisibility ( bool  flg)

◆ stopPickup()

void SharpKmyGfx.Primitive.stopPickup ( bool  flg)

メンバ詳解

◆ _native

IntPtr SharpKmyGfx.Primitive._native = IntPtr.Zero
protected