Dialog.UpdateDialog Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Perform any updates (animation, tagalong, etc) here This will be called every frame while waiting for input
protected:
virtual void UpdateDialog();
protected virtual void UpdateDialog ();
abstract member UpdateDialog : unit -> unit
override this.UpdateDialog : unit -> unit
Protected Overridable Sub UpdateDialog ()