Show / Hide Table of Contents

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
ViewClassAttribute
CreateComponentTabLoc
Namespace: Eco.Core.Controller
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
public string IconName
Field Value
Type Description
System.String

Properties

Flags

Declaration
public override ViewClassFlags Flags { get; }
Property Value
Type Description
ViewClassFlags
Overrides
ViewClassAttribute.Flags

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾