mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add shadow_caster_mask
to Light3D.
This commit is contained in:
parent
88f3b5f9d5
commit
a54b71bbdf
15 changed files with 82 additions and 5 deletions
|
@ -377,6 +377,7 @@ public:
|
|||
FUNC2(light_set_cull_mask, RID, uint32_t)
|
||||
FUNC5(light_set_distance_fade, RID, bool, float, float, float)
|
||||
FUNC2(light_set_reverse_cull_face_mode, RID, bool)
|
||||
FUNC2(light_set_shadow_caster_mask, RID, uint32_t)
|
||||
FUNC2(light_set_bake_mode, RID, LightBakeMode)
|
||||
FUNC2(light_set_max_sdfgi_cascade, RID, uint32_t)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue