10 lines
157 B
C#
10 lines
157 B
C#
using UnityEngine;
|
|
|
|
namespace AllIn13DShader
|
|
{
|
|
public class GradientTexture : ScriptableObject
|
|
{
|
|
public Texture texture;
|
|
public Gradient gradient;
|
|
}
|
|
} |