We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71b229 commit c72e9c4Copy full SHA for c72e9c4
Runtime/Code/Luau/ReflectionList.cs
@@ -174,6 +174,7 @@ public static class ReflectionList {
174
[typeof(SkinnedMeshRenderer)] = LuauContextAll,
175
[typeof(MeshFilter)] = LuauContextAll,
176
[typeof(Sprite)] = LuauContextAll,
177
+ [typeof(DecalProjector)] = LuauContextAll,
178
179
// Rigging
180
[typeof(TwoBoneIKConstraint)] = LuauContextAll,
Runtime/Code/TSCodeGen/TypeGenerator.cs
@@ -168,6 +168,7 @@ private static void GenerateTypes() {
168
typeof(NavMeshObstacle),
169
typeof(ScrollView),
170
typeof(AirshipLongPress),
171
+ typeof(DecalProjector),
172
//Collider 2D Types
173
typeof(BoxCollider2D),
typeof(CircleCollider2D),
0 commit comments