Skip to content

Commit

Permalink
SceneからOnPreUpdate, OnPostUpdateを廃止
Browse files Browse the repository at this point in the history
  • Loading branch information
EbiseLutica committed Jan 27, 2024
1 parent c2f4805 commit 3073826
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Promete/Scene.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,6 @@ public virtual void OnUpdate()
{
}

/// <summary>
/// Called when updating frame of the scene.
/// </summary>
public virtual void OnPreUpdate()
{
}

/// <summary>
/// Called when updating frame of the scene.
/// </summary>
public virtual void OnPostUpdate()
{
}

/// <summary>
/// Called when the scene is disposed.
/// </summary>
Expand Down

0 comments on commit 3073826

Please sign in to comment.