Class SkyLightEditor
Custom editor for SkyLight.
Inheritance
System.Object
FlaxEditor.CustomEditors.CustomEditor
SkyLightEditor
Namespace: FlaxEditor.CustomEditors.Dedicated
Assembly: FlaxEngine.CSharp.dll
Syntax
[CustomEditor]
[DefaultEditor]
public class SkyLightEditor : ActorEditor
Constructors
SkyLightEditor()
Declaration
public SkyLightEditor()
Methods
Initialize(LayoutElementsContainer)
Declaration
public override void Initialize(LayoutElementsContainer layout)
Parameters
FlaxEditor.CustomEditors.LayoutElementsContainer
layout
|