Template:I Shadow: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Cleanup and new inputs)
m (Specified what shadows DisableShadow and EnableShadow affect)
Line 1: Line 1:
{{ScrollBox|title=Shadow|
{{ScrollBox|title=Shadow|
{{IO|DisableShadow|Turn shadow off.}}
{{IO|DisableShadow|Turn [[Lighting#Dynamic_shadows|dynamic shadows]] off for this entity.}}
{{IO|EnableShadow|Turn shadow on.}}
{{IO|EnableShadow|Turn [[Lighting#Dynamic_shadows|dynamic shadows]] on for this entity.}}
{{IO|DisableReceivingFlashlight|This object will not receive light or shadows from [[env_projectedtexture|projected textures]].|since=P2}}
{{IO|DisableReceivingFlashlight|This object will not receive light or shadows from [[env_projectedtexture|projected textures]].|since=P2}}
{{IO|EnableReceivingFlashlight|This object may receive light or shadows from [[env_projectedtexture|projected textures]].|since=P2}}
{{IO|EnableReceivingFlashlight|This object may receive light or shadows from [[env_projectedtexture|projected textures]].|since=P2}}

Revision as of 17:22, 13 January 2020

Shadow:
DisableShadow
Turn dynamic shadows off for this entity.
EnableShadow
Turn dynamic shadows on for this entity.
DisableReceivingFlashlight  (in all games since Portal 2)
This object will not receive light or shadows from projected textures.
EnableReceivingFlashlight  (in all games since Portal 2)
This object may receive light or shadows from projected textures.