Class EsportsRotatingBannerConfiguration
Inheritance
System.Object
EsportsRotatingBannerConfiguration
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 EsportsRotatingBannerConfiguration : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> AssociatedTeams { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> AssociatedVersions { get; set; }
Property Value
|
Improve this Doc
View Source
DefaultBannerTexturePath
Declaration
public MetaWadEntryLink DefaultBannerTexturePath { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink EventMutator { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float GlobalRotationTimeInSeconds { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool IsAnEvent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<LeagueRotatingFlavor>> LeagueRotatingFlavors { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public uint Priority { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public float StartupDelayInSeconds { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements