Class TftStageViewController
Inheritance
System.Object
TftStageViewController
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 TftStageViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CollapseButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftStageSceneData> CollapsedStageScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ExpandButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftStageSceneData> ExpandedStageScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink MobileOverrideLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> PhaseIcons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float PlanningPhaseTimeOutSecs { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftStageRoundDataTemplate> RoundTemplate { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash StageIcon { get; set; }
Property Value
Implements