共用方式為


ITicker 介面

定義

刻度器可確保動畫會觸發,以進一步並逐步完成其不同階段。

public interface class ITicker
public interface ITicker
type ITicker = interface
Public Interface ITicker
衍生

屬性

Fire

Action到達這個刻度間隔時所觸發的 。

IsRunning

指定此刻度是否目前正在執行。

MaxFps

此刻度可處理的每秒畫面數上限。

SystemEnabled

指定此刻度是否已啟用系統。

方法

Start()

開始執行此刻度。

Stop()

停止此刻度停止執行。

適用於