We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713dc99 commit f0b13f2Copy full SHA for f0b13f2
fgd/bases/BaseClusteredDynLight.fgd
@@ -13,4 +13,10 @@
13
2: "Static Bounce"
14
3: "Fully Dynamic"
15
]
16
+
17
+ texturename(string) : "Cookie Texture Name" : "" : "The cookie texture to use for the light. An empty value means no cookie texture."
18
+ textureframe(integer) : "Cookie Texture Frame" : 0 : "The frame of the cookie texture to use for the light."
19
20
+ input SetCookieTexture(string) : "Set the cookie texture of this light. An empty value means no cookie texture."
21
+ input SetCookieTextureFrame(integer) : "Set the frame texture of the cookie texture for this light."
22
0 commit comments