public DetectPress(BaseRpHitableObject baseRpObject, RpJudgement judgement) { _baseRPObject = baseRpObject; //預�E取得那些按鍵按亁E��有作用 _compareKey = RpKeyManager.GetListKey(baseRpObject); Children = new Drawable[] { }; }
/// <summary> /// Get List Key /// </summary> /// <returns></returns> private Key getKeyByHitObject(BaseRpHitableObject hitObject) { var listCompareKeys = RpKeyManager.GetListKey(hitObject); return(listCompareKeys[0]); }