res-avatar-unity/Assets/_PoiyomiShaders/Shaders/7.3/Pro/Includes/Notes.txt
2023-07-15 19:51:23 -07:00

7 lines
323 B
Plaintext
Executable file

// Transforms 2D UV by scale/bias property
#define TRANSFORM_TEX(tex,name) (tex.xy * name##_ST.xy + name##_ST.zw)
[HideInInspector][Vector2]Pan ("Panning", Vector) = (0, 0, 0, 0)
[HideInInspector][Enum(UV0, 0, UV1, 1, UV2, 2, UV3, 3, distorteduv0, 4)] UV ("UV", Int) = 0
:=--{reference_properties:[Pan, UV]}