Class FadeArea

Public

Editor helper for hiding and showing a group of GUI elements.

Call order in OnInspectorGUI should be:

  • Begin

  • Header/HeaderLabel (optional)

  • BeginFade

  • [your gui elements] (if BeginFade returns true)

  • End

Public Methods

Begin ()
End ()
FadeArea (open, editor, areaStyle, labelStyle=null)
HeaderLabel (label)

Public Variables

open

Is this area open.

Public

Public Static Variables

fancyEffects

Animate dropdowns when they open and close.

Public Static

Private/Protected Members

Hermite (start, end, value)

Hermite spline interpolation.

Tick ()
animationSpeed
Private Static
areaStyle
Private
editor
Private
labelStyle
Private
lastRect
Private
lastUpdate
Private
value
Private
visible
Private