11 lines
218 B
C#
11 lines
218 B
C#
|
|
using Rive.Components;
|
||
|
|
using UnityEditor;
|
||
|
|
|
||
|
|
namespace Rive.EditorTools
|
||
|
|
{
|
||
|
|
[CustomEditor(typeof(AtlasRenderTargetStrategy), true)]
|
||
|
|
internal class AtlasRenderTextureStrategyInspector : RiveBaseEditor
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|