Class TftStageSceneData
Inheritance
System.Object
TftStageSceneData
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 TftStageSceneData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash BackgroundTopCenter { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BackgroundTopRight { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OvertimeBackgroundTopRight { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash StageLeftGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash StageNumber { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash StageRightGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Timer { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TimerBarBackground { get; set; }
Property Value
|
Improve this Doc
View Source
TimerFillTexture
Declaration
public MetaHash TimerFillTexture { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TimingOutBackgroundTopRight { get; set; }
Property Value
Implements