Class LightEditor.Settings
Inheritance
LightEditor.Settings
Assembly: UnityEditor.dll
Syntax
public sealed class Settings
Constructors
|
Improve this Doc
View Source
Settings(SerializedObject)
Declaration
public Settings(SerializedObject so)
Parameters
Properties
|
Improve this Doc
View Source
areaSizeX
Declaration
public SerializedProperty areaSizeX { get; }
Property Value
|
Improve this Doc
View Source
areaSizeY
Declaration
public SerializedProperty areaSizeY { get; }
Property Value
|
Improve this Doc
View Source
bakedShadowAngleProp
Declaration
public SerializedProperty bakedShadowAngleProp { get; }
Property Value
|
Improve this Doc
View Source
bakedShadowRadiusProp
Declaration
public SerializedProperty bakedShadowRadiusProp { get; }
Property Value
|
Improve this Doc
View Source
bounceIntensity
Declaration
public SerializedProperty bounceIntensity { get; }
Property Value
|
Improve this Doc
View Source
color
Declaration
public SerializedProperty color { get; }
Property Value
|
Improve this Doc
View Source
colorTemperature
Declaration
public SerializedProperty colorTemperature { get; }
Property Value
|
Improve this Doc
View Source
cookie
Declaration
public Texture cookie { get; }
Property Value
|
Improve this Doc
View Source
cookieProp
Declaration
public SerializedProperty cookieProp { get; }
Property Value
|
Improve this Doc
View Source
cookieSize
Declaration
public SerializedProperty cookieSize { get; }
Property Value
|
Improve this Doc
View Source
cullingMask
Declaration
public SerializedProperty cullingMask { get; }
Property Value
|
Improve this Doc
View Source
flare
Declaration
public SerializedProperty flare { get; }
Property Value
|
Improve this Doc
View Source
halo
Declaration
public SerializedProperty halo { get; }
Property Value
|
Improve this Doc
View Source
intensity
Declaration
public SerializedProperty intensity { get; }
Property Value
|
Improve this Doc
View Source
isAreaLightType
Declaration
public bool isAreaLightType { get; }
Property Value
|
Improve this Doc
View Source
isBakedOrMixed
Declaration
public bool isBakedOrMixed { get; }
Property Value
|
Improve this Doc
View Source
isCompletelyBaked
Declaration
public bool isCompletelyBaked { get; }
Property Value
|
Improve this Doc
View Source
isMixed
Declaration
public bool isMixed { get; }
Property Value
|
Improve this Doc
View Source
isRealtime
Declaration
public bool isRealtime { get; }
Property Value
|
Improve this Doc
View Source
light
Declaration
public Light light { get; }
Property Value
|
Improve this Doc
View Source
lightmapping
Declaration
public SerializedProperty lightmapping { get; }
Property Value
|
Improve this Doc
View Source
lightType
Declaration
public SerializedProperty lightType { get; }
Property Value
|
Improve this Doc
View Source
range
Declaration
public SerializedProperty range { get; }
Property Value
|
Improve this Doc
View Source
renderMode
Declaration
public SerializedProperty renderMode { get; }
Property Value
|
Improve this Doc
View Source
shadowsBias
Declaration
public SerializedProperty shadowsBias { get; }
Property Value
|
Improve this Doc
View Source
shadowsNearPlane
Declaration
public SerializedProperty shadowsNearPlane { get; }
Property Value
|
Improve this Doc
View Source
shadowsNormalBias
Declaration
public SerializedProperty shadowsNormalBias { get; }
Property Value
|
Improve this Doc
View Source
shadowsResolution
Declaration
public SerializedProperty shadowsResolution { get; }
Property Value
|
Improve this Doc
View Source
shadowsStrength
Declaration
public SerializedProperty shadowsStrength { get; }
Property Value
|
Improve this Doc
View Source
shadowsType
Declaration
public SerializedProperty shadowsType { get; }
Property Value
|
Improve this Doc
View Source
spotAngle
Declaration
public SerializedProperty spotAngle { get; }
Property Value
|
Improve this Doc
View Source
useColorTemperature
Declaration
public SerializedProperty useColorTemperature { get; }
Property Value
Methods
|
Improve this Doc
View Source
ApplyModifiedProperties()
Declaration
public void ApplyModifiedProperties()
|
Improve this Doc
View Source
DrawArea()
Declaration
|
Improve this Doc
View Source
DrawBakedShadowAngle()
Declaration
public void DrawBakedShadowAngle()
|
Improve this Doc
View Source
DrawBakedShadowRadius()
Declaration
public void DrawBakedShadowRadius()
|
Improve this Doc
View Source
DrawBounceIntensity()
Declaration
public void DrawBounceIntensity()
|
Improve this Doc
View Source
DrawColor()
Declaration
|
Improve this Doc
View Source
DrawCookie()
Declaration
|
Improve this Doc
View Source
DrawCookieSize()
Declaration
public void DrawCookieSize()
|
Improve this Doc
View Source
DrawCullingMask()
Declaration
public void DrawCullingMask()
|
Improve this Doc
View Source
DrawFlare()
Declaration
|
Improve this Doc
View Source
DrawHalo()
Declaration
|
Improve this Doc
View Source
DrawIntensity()
Declaration
public void DrawIntensity()
|
Improve this Doc
View Source
DrawLightmapping()
Declaration
public void DrawLightmapping()
|
Improve this Doc
View Source
DrawLightType()
Declaration
public void DrawLightType()
|
Improve this Doc
View Source
DrawRange(Boolean)
Declaration
public void DrawRange(bool showAreaOptions)
Parameters
Type |
Name |
Description |
Boolean |
showAreaOptions |
|
|
Improve this Doc
View Source
DrawRenderMode()
Declaration
public void DrawRenderMode()
|
Improve this Doc
View Source
DrawRuntimeShadow()
Declaration
public void DrawRuntimeShadow()
|
Improve this Doc
View Source
DrawShadowsType()
Declaration
public void DrawShadowsType()
|
Improve this Doc
View Source
DrawSpotAngle()
Declaration
public void DrawSpotAngle()
|
Improve this Doc
View Source
OnDestroy()
Declaration
|
Improve this Doc
View Source
OnEnable()
Declaration
|
Improve this Doc
View Source
Update()
Declaration
Extension Methods