Skip to content

Commit

Permalink
Add PostLateUpdate event stub
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinVR committed Jul 9, 2021
1 parent 9418913 commit d61ba6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/UdonSharp/Scripts/UdonSharpBehaviour.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public static string GetUdonTypeName<T>()
}

// Method stubs for auto completion
public virtual void PostLateUpdate() { }
public virtual void Interact() { }
public virtual void OnDrop() { }
public virtual void OnOwnershipTransferred(VRC.SDKBase.VRCPlayerApi player) { }
Expand Down

0 comments on commit d61ba6d

Please sign in to comment.