[Add] WorldAutotile authoring pipeline
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace InfiniteWorld
|
||||
{
|
||||
[DisallowMultipleComponent]
|
||||
public sealed class WorldAutotileAuthoringRoot : MonoBehaviour
|
||||
{
|
||||
public WorldAutotileProfile profile;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bbd0bbbd74f81084bb8661f761798856
|
||||
@@ -0,0 +1,18 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace InfiniteWorld
|
||||
{
|
||||
public enum WorldAutotileAuthoringSectionType
|
||||
{
|
||||
WallShapes,
|
||||
BackgroundSample,
|
||||
EnvironmentPalette
|
||||
}
|
||||
|
||||
[DisallowMultipleComponent]
|
||||
public sealed class WorldAutotileAuthoringSection : MonoBehaviour
|
||||
{
|
||||
public WorldAutotileAuthoringSectionType sectionType;
|
||||
public Vector2Int size = Vector2Int.one;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fbfe986c83f0c96419c804643d142e37
|
||||
Reference in New Issue
Block a user