[Add] All in one shader
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace AllIn13DShader
|
||||
{
|
||||
public class ConversionProperty : ScriptableObject
|
||||
{
|
||||
public ConversionPropertyType propertyType;
|
||||
public string propertyName;
|
||||
|
||||
[Header("Effect")]
|
||||
public string belongingToEffect;
|
||||
public bool requiredProperty;
|
||||
|
||||
[Header("Alternative Names")]
|
||||
public string[] alternativeNames;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user