Fix some editor UI controls visible in Visual Scripting
This commit is contained in:
@@ -14,6 +14,7 @@ namespace FlaxEditor.GUI
|
||||
/// The generic keyframes animation editor control.
|
||||
/// </summary>
|
||||
/// <seealso cref="FlaxEngine.GUI.ContainerControl" />
|
||||
[HideInEditor]
|
||||
public class KeyframesEditor : ContainerControl
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -20,6 +20,7 @@ namespace FlaxEditor.GUI.Timeline
|
||||
/// The timeline control that contains tracks section and headers. Can be used to create time-based media interface for camera tracks editing, audio mixing and events tracking.
|
||||
/// </summary>
|
||||
/// <seealso cref="FlaxEngine.GUI.ContainerControl" />
|
||||
[HideInEditor]
|
||||
public class Timeline : ContainerControl
|
||||
{
|
||||
private static readonly KeyValuePair<float, string>[] FPSValues =
|
||||
|
||||
Reference in New Issue
Block a user