1
0
KF2-Dev-Scripts/Engine/Classes/SkyLight.uc

22 lines
526 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
/**
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class SkyLight extends Light
native(Light)
ClassGroup(Lights,SkyLights)
placeable;
defaultproperties
{
Begin Object Name=Sprite
Sprite=Texture2D'EditorResources.LightIcons.Light_SkyLight'
End Object
Begin Object Class=SkyLightComponent Name=SkyLightComponent0
UseDirectLightMap=TRUE
bCanAffectDynamicPrimitivesOutsideDynamicChannel=TRUE
End Object
LightComponent=SkylightComponent0
Components.Add(SkyLightComponent0)
}