Recursive calling of ObjectExporters from a SceneExporter, icons
This commit is contained in:
13
Runtime/PSXObjectExporter.cs
Normal file
13
Runtime/PSXObjectExporter.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace PSXSplash.Runtime
|
||||
{
|
||||
public class PSXObjectExporter : MonoBehaviour
|
||||
{
|
||||
public void Export()
|
||||
{
|
||||
Debug.Log($"Export: {this.name}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user