7 lines
323 B
Plaintext
Executable file
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]} |