_xiaofang/xiaofang/Assets/Obi/Editor/Resources/EditorLineShader.shader
杨号敬 bcc74f0465 add
2024-12-18 02:18:45 +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
}
}
}
}