Class EditorGUILayout.FadeGroupScope
Inheritance
EditorGUILayout.FadeGroupScope
Assembly: UnityEditor.dll
Syntax
public class FadeGroupScope : GUI.Scope, IDisposable
Constructors
|
Improve this Doc
View Source
FadeGroupScope(Single)
Declaration
public FadeGroupScope(float value)
Parameters
Type |
Name |
Description |
Single |
value |
|
Properties
|
Improve this Doc
View Source
visible
Declaration
public bool visible { get; protected set; }
Property Value
Methods
|
Improve this Doc
View Source
CloseScope()
Declaration
protected override void CloseScope()
Overrides
Implements
Extension Methods