• Manual
  • Scripting API
  • Changelog
  • Contact
Search Results for

    Show / Hide Table of Contents
    • BattleBehaviour
      • BattleBehaviour.Fusion
        • FusionManager
        • GameCharacterFusion
      • Battle
      • BossSize
      • CharacterGroup
      • ScriptableBattlePosition
      • ScriptableBattleStage
      • TeamData
      • BattleBehaviour.Backup
        • BackupState
        • BattleBackup
    • GameActors
      • GameActor
      • GameCharacter
      • GameCharacter.AIState
      • GameItem
    • States
      • BattleState
      • ChangeStageState
      • FightState
      • FightState.LoseCondition
      • FightState.WinCondition
      • PreparationState
      • ResetSceneState
    • Battlefield
      • BattleGrid
      • BattleGrid.GridType
      • Bench
      • GridCell
      • GridCellEffect
      • SellZone
    • BattleUI
      • CharacterEnergyUI
      • CharacterHealthUI
      • CharacterStatsUI
      • DamagePopup
      • ItemDescriptionUI
      • ShopExpBarUI
      • StageUI
      • TraitDescriptionUI
      • TraitListUI
      • TraitListUI.OrderBy
      • TraitStatsUI
      • TraitUI
    • EditorScripts
      • BattleGridEditor
      • BattlePositionEditor
      • BenchEditor
      • GameCharacterEditor
      • NetworkObjectsListEditor
      • NFO_GameCharacterEditor
      • NGO_MenuActions
      • ReadOnlyDrawer
    • Formulas
      • BattleFormulas
      • BattleFormulas.DamageType
    • Movement
      • ApproximateAstarMovement
      • ExactAstarMovement
      • IBattleMovement
      • PathFinding2D
    • Multiplayer
      • BattleBehaviour
        • NetworkObjectList
        • StatsStruct
        • GameActors
          • NGO_GameCharacter
          • NGO_GameItem
        • Player
          • GamePlayer
          • IPlayer
        • States
          • MP_ConnectionState
          • MP_FightState
          • MP_PreparationState
      • ClientTransform
        • ClientNetworkTransform
      • EditorScripts
        • NGO_MenuActions
      • GamingServices
        • GamingServices
          • GamingServices.RelayHostData
          • GamingServices.RelayJoinData
      • UI
        • NetworkManagerUI
    • Shop
      • ScriptableShopItem
      • ShopCharacter
      • ShopGameItem
      • ShopItemInfo
      • ShopLevel
      • ShopLevelManager
      • ShopManager
      • ShopGUI
        • CurrencyUI
        • EquippedItemDescriptionUI
        • ShopItemUI
        • ShopUI
        • SpecialAttackDescriptionUI
        • Timer
      • ShopList
        • IShopList
        • ScriptableDeckList
        • ScriptableGroupItemList
        • ScriptableIndividualItemList
        • ShopItemList
    • Skills
      • ApplyBuffOnHitEffect
      • ApplyDebuffOnHitEffect
      • ArrowEffect
      • BuffEffect
      • BuffEffectInfo
      • FixedDamageOverTimeEffect
      • HealthMeteoriteAllEffect
      • HealthStealEffect
      • IAttackEffect
      • MeleeEffect
      • MeteoriteEffect
      • OnHitEffect
      • Projectile
      • RangedEffect
      • SimpleBuffEffect
      • SwordEffect
      • VariableDamageOverTimeEffect
    • Stats
      • CharacterStats
      • CharacterStats.CharacterStat
      • ItemModificator
      • StatModificator
      • StatsModificator
      • StatsModificator.ModificatorType
      • Trait
      • TraitOption
      • TraitOption.TraitTarget
    • Utility
      • AutoBattleSettings
      • ReadOnlyAttribute
      • UIUtility

    Class TraitListUI

    List of active features. It colors the traits according to their level.

    Inheritance
    Object
    TraitListUI
    Namespace: AutoBattleFramework.BattleUI
    Assembly: cs.temp.dll.dll
    Syntax
    public class TraitListUI : MonoBehaviour

    Fields

    ActivatedColorBackground

    Color of the background of an activated trait.

    Declaration
    public Color ActivatedColorBackground
    Field Value
    Type Description
    Color

    ActivatedColorText

    Color of the text of an activated trait.

    Declaration
    public Color ActivatedColorText
    Field Value
    Type Description
    Color

    DeactivatedColorBackground

    Color of the background of a non activated trait.

    Declaration
    public Color DeactivatedColorBackground
    Field Value
    Type Description
    Color

    DeactivatedColorText

    Color of the text of a non activated trait.

    Declaration
    public Color DeactivatedColorText
    Field Value
    Type Description
    Color

    NoActivatedColor

    Color of a non activated Trait.

    Declaration
    public Color NoActivatedColor
    Field Value
    Type Description
    Color

    order

    The way the traits are orderer in the list.

    Declaration
    public TraitListUI.OrderBy order
    Field Value
    Type Description
    TraitListUI.OrderBy

    traitsUI

    List of current Traits UI:

    Declaration
    public List<TraitUI> traitsUI
    Field Value
    Type Description
    List<TraitUI>

    TraitUIPrefab

    Prefab of the Trait UI.

    Declaration
    public TraitUI TraitUIPrefab
    Field Value
    Type Description
    TraitUI

    Methods

    HideAllDescriptionsUI()

    Hide all DescriptionUI.

    Declaration
    public void HideAllDescriptionsUI()

    UpdateList(List<Trait>)

    Update hte trait UI list.

    Declaration
    public void UpdateList(List<Trait> traits)
    Parameters
    Type Name Description
    List<Trait> traits
    In This Article
    Back to top Auto-Battle Framework documentation