Class CreateComponentTabLoc
For WorldObjectComponents, ensures that a tab is created in the UI for it. The client looks for a property named ComponentTabName to determine the name. If not available then it will use class DisplayName.
Inheritance
System.Object
CreateComponentTabLoc
Assembly: Eco.Core.dll
Syntax
public class CreateComponentTabLoc : ViewClassAttribute
Constructors
CreateComponentTabLoc(String, Boolean)
Declaration
public CreateComponentTabLoc(string tabName = null, bool activeWhenDisabled = false)
Parameters
Type |
Name |
Description |
System.String |
tabName |
|
System.Boolean |
activeWhenDisabled |
|
Fields
IconName
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
Flags
Declaration
public override ViewClassFlags Flags { get; }
Property Value
Overrides
Extension Methods