万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    UIDraggablePanel Unity NGUI

    UIDraggablePanelのInspectorについてどれがどれかわからなくなるのでメモしておいた。

    URL: http://www.tasharen.com/ngui/docs/class_u_i_draggable_panel.html

    Restrict Within Panel
    original: Whether the dragging will be restricted to be within the parent panel's bounds.

    Disable Drag It Fits
    original: Whether dragging will be disabled if the contents fit.

    うまく指定位置に行ったら無効になる

    Drag Effect
    original: Effect to apply when dragging.

    Scale
    実際の指のドラッグに対してどれくらい大きくするか?
    1だと等倍

    Scroll Wheel Factor
    original: Effect the scroll wheel will have on the momentum.

    Momentum Amount
    運動量

    Relative Position On Reset
    original: Starting position of the clipped area. (0, 0) means top-left corner, (1, 1) means bottom-right.
    パネルに制限されるパネルの中身?

    Reposition Clipping
    original: Whether the position will be reset to the 'startingDragAmount'. Inspector-only value.