Class TftCutsceneUiToggleClip
Inheritance
System.Object
TftCutsceneUiToggleClip
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: LeagueToolkit.Meta.Classes.dll
public class TftCutsceneUiToggleClip : TftCutsceneClip, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<string> BlackboardAssociatedPlayers { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint UiClearTooltips { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
UiHideFloatingText
Declaration
public uint UiHideFloatingText { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint UiHideHealthBars { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint UiHideMinimap { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint UiHideScoreboard { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint UiHideShop { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint UiHideStage { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint UiHideTraitTracker { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint UiMobileHideHeaderButtons { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint UiMobileHideItemPanel { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint UiMobileHideShopButton { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint UiMobileShouldClearOpenMenus { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Implements