[Add] All in one shader
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace AllIn13DShader
|
||||
{
|
||||
public class GradientTexture : ScriptableObject
|
||||
{
|
||||
public Texture texture;
|
||||
public Gradient gradient;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user