Logo
公開メンバ関数 | 静的公開変数類 | 限定公開メンバ関数 | 限定公開変数類 | 静的限定公開変数類 | 全メンバ一覧
Yukar.Engine.TouchCollider クラス abstract

タッチ用の当たり判定 [詳解]

Yukar.Engine.TouchCollider の継承関係図
Yukar.Engine.TouchRectCollider

公開メンバ関数

abstract int IsTouching (SharpKmyMath.Vector2 touchPos)
abstract bool IsOutOfRange (SharpKmyMath.Vector2 touchPos)
abstract void Draw (Microsoft.Xna.Framework.Color color)

静的公開変数類

const int RESULT_OUT_OF_RANGE = -2

限定公開メンバ関数

TouchCollider (int result)

限定公開変数類

int result = -1

静的限定公開変数類

static readonly int Alpha = 100
static readonly float FloatAlpha = Alpha / 255.0f

詳解

タッチ用の当たり判定


このクラス詳解は次のファイルから抽出されました: