Class PostGameViewController
Inheritance
System.Object
PostGameViewController
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
Syntax
public class PostGameViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
BackgroundTexture
Declaration
public MetaHash BackgroundTexture { get; set; }
Property Value
|
Improve this Doc
View Source
BaseLoadable
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
CurrentExpText
Declaration
public MetaHash CurrentExpText { get; set; }
Property Value
|
Improve this Doc
View Source
CurrentPlayerHighlight
Declaration
public MetaHash CurrentPlayerHighlight { get; set; }
Property Value
|
Improve this Doc
View Source
CurrentRatingText
Declaration
public MetaHash CurrentRatingText { get; set; }
Property Value
|
Improve this Doc
View Source
DemotionProtectionText
Declaration
public MetaHash DemotionProtectionText { get; set; }
Property Value
|
Improve this Doc
View Source
GainedExpText
Declaration
public MetaHash GainedExpText { get; set; }
Property Value
|
Improve this Doc
View Source
GainedRatingText
Declaration
public MetaHash GainedRatingText { get; set; }
Property Value
|
Improve this Doc
View Source
Labs
Declaration
public Dictionary<uint, MetaEmbedded<PostGameLabFields>> Labs { get; set; }
Property Value
|
Improve this Doc
View Source
LostExpText
Declaration
public MetaHash LostExpText { get; set; }
Property Value
|
Improve this Doc
View Source
LostRatingText
Declaration
public MetaHash LostRatingText { get; set; }
Property Value
|
Improve this Doc
View Source
m1382906825
Declaration
public MetaEmbedded<Class0x9885c6c1> m1382906825 { get; set; }
Property Value
|
Improve this Doc
View Source
m1981235869
Declaration
public MetaHash m1981235869 { get; set; }
Property Value
|
Improve this Doc
View Source
m2102582701
Declaration
public MetaHash m2102582701 { get; set; }
Property Value
|
Improve this Doc
View Source
m3754734407
Declaration
public MetaHash m3754734407 { get; set; }
Property Value
|
Improve this Doc
View Source
PartnerGroupPlacements
Declaration
public PartnerGroupPlacements PartnerGroupPlacements { get; set; }
Property Value
|
Improve this Doc
View Source
PlacementTextRight
Declaration
public MetaHash PlacementTextRight { get; set; }
Property Value
|
Improve this Doc
View Source
PlayAgainButton
Declaration
public MetaHash PlayAgainButton { get; set; }
Property Value
|
Improve this Doc
View Source
PlayerPlacementBanners
Declaration
public MetaContainer<MetaHash> PlayerPlacementBanners { get; set; }
Property Value
|
Improve this Doc
View Source
PlayerSlots
Declaration
public MetaContainer<MetaHash> PlayerSlots { get; set; }
Property Value
|
Improve this Doc
View Source
PlayerTemplate
Declaration
public MetaEmbedded<PostGamePlayerTemplate> PlayerTemplate { get; set; }
Property Value
|
Improve this Doc
View Source
ProvisionalTextRight
Declaration
public MetaHash ProvisionalTextRight { get; set; }
Property Value
|
Improve this Doc
View Source
RankIcons
Declaration
public Dictionary<uint, MetaHash> RankIcons { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.UInt32, MetaHash> |
|
|
Improve this Doc
View Source
RankText
Declaration
public MetaHash RankText { get; set; }
Property Value
|
Improve this Doc
View Source
RatedIconVfx
Declaration
public MetaHash RatedIconVfx { get; set; }
Property Value
|
Improve this Doc
View Source
RatedTierText
Declaration
public MetaHash RatedTierText { get; set; }
Property Value
|
Improve this Doc
View Source
Scene
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
SceneDivider
Declaration
public MetaHash SceneDivider { get; set; }
Property Value
|
Improve this Doc
View Source
TabletOverrideLoadable
Declaration
public MetaObjectLink TabletOverrideLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
UnitTemplate
Declaration
public MetaEmbedded<PostGameUnitTemplate> UnitTemplate { get; set; }
Property Value
|
Improve this Doc
View Source
WinstreakText
Declaration
public MetaHash WinstreakText { get; set; }
Property Value
|
Improve this Doc
View Source
WinStreakVfx
Declaration
public MetaHash WinStreakVfx { get; set; }
Property Value
Implements