Class EsportsBannerOptions
Inheritance
System.Object
EsportsBannerOptions
Implements
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()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class EsportsBannerOptions : IMetaClass
Properties
| Improve this Doc View SourceDefaultBlankMaterial
Declaration
public MetaObjectLink DefaultBlankMaterial { get; set; }
Property Value
| Type | Description |
|---|---|
| MetaObjectLink |
DefaultTexturePath
Declaration
public MetaWadEntryLink DefaultTexturePath { get; set; }
Property Value
| Type | Description |
|---|---|
| MetaWadEntryLink |
IsSpectatorOnly
Declaration
public bool IsSpectatorOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
RequiredTeamMatches
Declaration
public uint RequiredTeamMatches { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
SubMeshName
Declaration
public string SubMeshName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |