Skip to content

インターフェイス IEngine

Namespace: GameCanvas

csharp
public interface IEngine : System.IDisposable

継承元

  • System.IDisposable

メソッド

OnAfterDraw()

csharp
void OnAfterDraw()

OnBeforeUpdate(System.DateTimeOffset)

csharp
void OnBeforeUpdate(in System.DateTimeOffset now)

Released under the MIT License.