LightEditor.Settings
Contains all drawable elements of the LightEditor.
Read time 2 minutesLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor
public sealed class LightEditor.Settings
Properties
Methods
Method | Description |
|---|---|
| ApplyModifiedProperties | See SerializedObject.ApplyModifiedProperties. |
| DrawArea | Draws the default LightEditor area widget. |
| DrawBakedShadowAngle | Draws the default LightEditor baked shadow angle widget. |
| DrawBakedShadowRadius | Draws the default LightEditor baked shadow radius widget. |
| DrawBounceIntensity | Draws the default LightEditor bounce intensity widget. |
| DrawColor | Draws the default LightEditor color widget. |
| DrawCookie | Draws the default LightEditor cookie widget. |
| DrawCookieProperty | Draws a LightEditor cookie widget. |
| DrawCookieSize | Draws the default LightEditor cookie size widget. |
| DrawCullingMask | Draws the default LightEditor culling mask widget. |
| DrawFlare | Draws the default LightEditor flare widget. |
| DrawHalo | Draws the default LightEditor halo widget. |
| DrawInnerAndOuterSpotAngle | Draws the default LightEditor inner and outer spot angle widget. |
| DrawIntensity | Draws the default LightEditor intensity widget. |
| DrawLightmapping | Draws the default LightEditor lightmapping widget. |
| DrawLightType | Draws the default LightEditor light type widget. |
| DrawRange | Draws the default LightEditor range widget. |
| DrawRenderingLayerMask | Draws the default LightEditor rendering LayerMask widget. |
| DrawRenderMode | Draws the default LightEditor render mode widget. |
| DrawRuntimeShadow | Draws the default LightEditor runtime shadows widget. |
| DrawShadowsType | Draws the default LightEditor shadows type widget. |
| DrawSpotAngle | Draws the default LightEditor spot angle widget. |
| OnDestroy | Cleanup internal settings state. |
| OnEnable | Populate the settings from the referenced SerializedObject. |
| Update | See SerializedObject.Update. |