Added outline settings
This commit is contained in:
9
Assets/Scripts/Interactions/GlowOutlineData.cs
Normal file
9
Assets/Scripts/Interactions/GlowOutlineData.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
[System.Serializable]
|
||||
public class GlowOutlineData
|
||||
{
|
||||
public enum InteractionType { Pickup, Combine, Interaction };
|
||||
public InteractionType interaction;
|
||||
public Color outlineColour;
|
||||
}
|
||||
Reference in New Issue
Block a user