mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-24 17:17:47 -05:00
16 lines
383 B
C#
16 lines
383 B
C#
|
// generated file
|
||
|
using UnityEditor;
|
||
|
using UnityAtoms.SceneMgmt;
|
||
|
using UnityAtoms.Editor;
|
||
|
|
||
|
namespace UnityAtoms.SceneMgmt.Editor
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// Variable Inspector of type `SceneField`. Inherits from `AtomVariableEditor`
|
||
|
/// </summary>
|
||
|
[CustomEditor(typeof(SceneFieldVariable))]
|
||
|
public sealed class SceneFieldVariableEditor : AtomVariableEditor
|
||
|
{
|
||
|
}
|
||
|
}
|