コード例 #1
0
 static public int ConvertDirectionToSpriteIndex(MGDirectionUtils.MGDirection dir)
 {
     return(MGDirectionUtils.IntFromDirection(dir));
 }
コード例 #2
0
 public void PromptNotify(RhythmCore.RhythmExpectedEventInfo eventInfo)
 {
     // Do something when a beat is queued up (we enter a beat window)
     TurnArrow(MGDirectionUtils.DirectionFromKey(eventInfo.expectedKey));
 }