Show / Hide Table of Contents

Class LightEditor.Settings

Inheritance
Object
LightEditor.Settings
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public sealed class Settings

Constructors

| Improve this Doc View Source

Settings(SerializedObject)

Declaration
public Settings(SerializedObject so)
Parameters
Type Name Description
SerializedObject so

Properties

| Improve this Doc View Source

areaSizeX

Declaration
public SerializedProperty areaSizeX { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

areaSizeY

Declaration
public SerializedProperty areaSizeY { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

bakedShadowAngleProp

Declaration
public SerializedProperty bakedShadowAngleProp { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

bakedShadowRadiusProp

Declaration
public SerializedProperty bakedShadowRadiusProp { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

bounceIntensity

Declaration
public SerializedProperty bounceIntensity { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

color

Declaration
public SerializedProperty color { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

colorTemperature

Declaration
public SerializedProperty colorTemperature { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

cookie

Declaration
public Texture cookie { get; }
Property Value
Type Description
Texture
| Improve this Doc View Source

cookieProp

Declaration
public SerializedProperty cookieProp { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

cookieSize

Declaration
public SerializedProperty cookieSize { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

cullingMask

Declaration
public SerializedProperty cullingMask { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

flare

Declaration
public SerializedProperty flare { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

halo

Declaration
public SerializedProperty halo { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

intensity

Declaration
public SerializedProperty intensity { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

isAreaLightType

Declaration
public bool isAreaLightType { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

isBakedOrMixed

Declaration
public bool isBakedOrMixed { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

isCompletelyBaked

Declaration
public bool isCompletelyBaked { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

isMixed

Declaration
public bool isMixed { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

isRealtime

Declaration
public bool isRealtime { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

light

Declaration
public Light light { get; }
Property Value
Type Description
Light
| Improve this Doc View Source

lightmapping

Declaration
public SerializedProperty lightmapping { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

lightType

Declaration
public SerializedProperty lightType { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

range

Declaration
public SerializedProperty range { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

renderMode

Declaration
public SerializedProperty renderMode { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

shadowsBias

Declaration
public SerializedProperty shadowsBias { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

shadowsNearPlane

Declaration
public SerializedProperty shadowsNearPlane { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

shadowsNormalBias

Declaration
public SerializedProperty shadowsNormalBias { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

shadowsResolution

Declaration
public SerializedProperty shadowsResolution { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

shadowsStrength

Declaration
public SerializedProperty shadowsStrength { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

shadowsType

Declaration
public SerializedProperty shadowsType { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

spotAngle

Declaration
public SerializedProperty spotAngle { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

useColorTemperature

Declaration
public SerializedProperty useColorTemperature { get; }
Property Value
Type Description
SerializedProperty

Methods

| Improve this Doc View Source

ApplyModifiedProperties()

Declaration
public void ApplyModifiedProperties()
| Improve this Doc View Source

DrawArea()

Declaration
public void DrawArea()
| 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
public void DrawColor()
| Improve this Doc View Source

DrawCookie()

Declaration
public void DrawCookie()
| 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
public void DrawFlare()
| Improve this Doc View Source

DrawHalo()

Declaration
public void DrawHalo()
| 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
public void OnDestroy()
| Improve this Doc View Source

OnEnable()

Declaration
public void OnEnable()
| Improve this Doc View Source

Update()

Declaration
public void Update()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX