Class UgcBridgeGuiLayout.MaxCharactersLimitScope
Implements
Inherited Members
GUI.Scope.Dispose()
Namespace: Unity.Services.Ugc.Bridge.Editor
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public class UgcBridgeGuiLayout.MaxCharactersLimitScope : EditorGUILayout.VerticalScope, IDisposable
Constructors
MaxCharactersLimitScope(bool, GUIContent, GUIStyle, params GUILayoutOption[])
Declaration
public MaxCharactersLimitScope(bool isOverMaxCharacters, GUIContent warningLabel, GUIStyle style, params GUILayoutOption[] options)
Parameters
Type | Name | Description |
---|---|---|
bool | isOverMaxCharacters | |
GUIContent | warningLabel | |
GUIStyle | style | |
GUILayoutOption[] | options |
Methods
CloseScope()
Declaration
protected override void CloseScope()
Overrides
UnityEditor.EditorGUILayout.VerticalScope.CloseScope()