Class EndOfGameViewController
Inheritance
System.Object
EndOfGameViewController
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 EndOfGameViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ContinueButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DefeatGroupHandle { get; set; }
Property Value
|
Improve this Doc
View Source
MainScene
Declaration
public MetaHash MainScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink TencentOverrideLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash VanguardBgScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash VanguardContinueButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash VanguardScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash VictoryGroupHandle { get; set; }
Property Value
Implements