Class UgcBridgeGuiLayout.ContentValidationScope
Specialized vertical scope for the validation panel.
Implements
Inherited Members
GUI.Scope.Dispose()
Namespace: Unity.Services.Ugc.Bridge.Editor
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public class UgcBridgeGuiLayout.ContentValidationScope : EditorGUILayout.VerticalScope, IDisposable
Constructors
ContentValidationScope(params GUILayoutOption[])
Declaration
public ContentValidationScope(params GUILayoutOption[] options)
Parameters
Type | Name | Description |
---|---|---|
GUILayoutOption[] | options |
Methods
CloseScope()
Declaration
protected override void CloseScope()
Overrides
UnityEditor.EditorGUILayout.VerticalScope.CloseScope()