Show / Hide Table of Contents

Class MoreEditorWindow

Extension on Unity's EditorWindow class, with some additional functionality.

Inheritance
System.Object
UnityEngine.Object
UnityEngine.ScriptableObject
UnityEditor.EditorWindow
MoreEditorWindow
MusicComposerEditorWindow
SoundEffectEditorWindow
SpriteEditorWindow
Namespace: InsaneScatterbrain.Tools.Editor
Syntax
public class MoreEditorWindow : EditorWindow

Constructors

MoreEditorWindow()

Declaration
public MoreEditorWindow()

Properties

FixedFrameRate

How often is FixedUpdate is called per second.

Declaration
public float FixedFrameRate { get; set; }
Property Value
Type Description
System.Single

Events

OnDestroyEvent

Executed when OnDestroy is called.

Declaration
public event Action OnDestroyEvent
Event Type
Type Description
System.Action

OnDisableEvent

Executed when OnDisable is called.

Declaration
public event Action OnDisableEvent
Event Type
Type Description
System.Action

OnEnableEvent

Executed when OnEnable is called.

Declaration
public event Action OnEnableEvent
Event Type
Type Description
System.Action

OnFixedUpdate

Executed on each fixed update.

Declaration
public event Action OnFixedUpdate
Event Type
Type Description
System.Action
Back to top Generated by DocFX