CameraFaderQuad.OnDestroy 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.
Used to destroy any assets created. May be called in middle of a transition.
public:
virtual void OnDestroy();
public void OnDestroy ();
abstract member OnDestroy : unit -> unit
override this.OnDestroy : unit -> unit
Public Sub OnDestroy ()