2011年7月20日 星期三

時間延遲


//Class field
Dim timer As TimeSpan = New TimeSpan(0, 0, 0)

//In your Update method
timer = timer + gameTime.ElapsedGameTime

If timer > TimeSpan.FromSeconds(5) Then
// 5 seconds have elapsed handle what you wanted to do
End If

沒有留言:

張貼留言