Click or drag to resize

EditorRibbonDefaultConfigurationTab Constructor (String, String, MetadataTypeInfo, EditorRibbonDefaultConfigurationTabVisibleConditionDelegate)

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Tab(
	string name,
	string type,
	MetadataTypeInfo visibleOnlyForType = null,
	EditorRibbonDefaultConfigurationTabVisibleConditionDelegate visibleCondition = null
)

Parameters

name
Type: SystemString
type
Type: SystemString
visibleOnlyForType (Optional)
Type: NeoAxisMetadataTypeInfo
visibleCondition (Optional)
Type: NeoAxis.EditorEditorRibbonDefaultConfigurationTabVisibleConditionDelegate
See Also