20 virtual void draw()
const;
21 virtual void loadModelDrawMtx()
const;
22 virtual void drawShape()
const;
23 virtual bool isDraw()
const;
25 void setStartDrawShepeOffset(f32);
26 void setEndDrawShepeOffset(f32);
27 void onCutDropShadow();
28 void offCutDropShadow();
29 void calcBaseDropPosition(TVec3f *)
const;
31 f32 calcBaseDropLength()
const;
34 f32 mStartDrawShapeOffset;
35 f32 mEndDrawShapeOffset;
36 bool mIsCutDropShadow;