Files
Fishing2/Assets/Obi/Editor/Resources/EditorLineShader.shader
2025-11-10 00:08:26 +08:00

17 lines
240 B
Plaintext

Shader "Obi/EditorLines"
{
SubShader
{
Pass
{
Blend SrcAlpha OneMinusSrcAlpha
Cull Off
ZTest Always
Fog { Mode Off }
BindChannels
{
Bind "vertex", vertex Bind "color", color
}
}
}
}