Class UnityHelpers
An ad-hoc collection of helpers for the Recorders.
Namespace: UnityEditor.Recorder
Syntax
public static class UnityHelpers
Methods
Destroy(Object, Boolean)
Allows destroying Unity.Objects.
Declaration
public static void Destroy(Object obj, bool allowDestroyingAssets = false)
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.Object | obj | |
Boolean | allowDestroyingAssets |