若葉ヘルパー Class Library
ScreenFpsSkipCount Property
名前空間WakabaHelperScreenFpsSkipCount
fpsスキップカウントを取得または設定します。
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
public int ScreenFpsSkipCount { get; set; }
Public Property ScreenFpsSkipCount As Integer
Dim instance As Helper
Dim value As Integer

value = instance.ScreenFpsSkipCount

instance.ScreenFpsSkipCount = value
public:
property int ScreenFpsSkipCount {
	int get ();
	void set (int value);
}
member ScreenFpsSkipCount : int with get, set
/** @property */
public int get_ScreenFpsSkipCount()
/** @property */
public  void set_ScreenFpsSkipCount(int value)
public function get ScreenFpsSkipCount () : int
public function set ScreenFpsSkipCount (value : int)
function get_ScreenFpsSkipCount();
function set_ScreenFpsSkipCount(value);
Value
fpsスキップカウント。
Return Value
fpsスキップカウント。
Remarks
fpsスキップカウントを取得または設定します。 ScreenRefreshメソッドで描画しなかった場合は、カウントアップします。 fpsスキップカウントがInteger上限値に達すると、0へ戻ります。

アセンブリ: Wakaba (モジュール: Wakaba) バージョン: 2.4.3.0 (2.4.3)