Class PlaybookViewController
Inheritance
System.Object
PlaybookViewController
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 PlaybookViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<PlaybookAugmentItemData> AugmentItemData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<PlaybookAugmentPanelData> AugmentPanelData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BackButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CloseButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DetailsButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash EquipButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<PlaybookGridButtonData> GridButtonData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash GridItemButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HelpButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<PlaybookInfoPanel> InfoPanel { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<PlaybookItemListPanelData> ItemListPanelData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink PlaybookHelpViewController { 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 SelectionScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string SoundOnActivate { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string SoundOnDeActivate { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements