Class ObjectiveVotePanelData
Inheritance
System.Object
ObjectiveVotePanelData
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 ObjectiveVotePanelData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash DisplayGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ForButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ForIcon { get; set; }
Property Value
|
Improve this Doc
View Source
ObjectiveText
Declaration
public MetaHash ObjectiveText { get; set; }
Property Value
|
Improve this Doc
View Source
ObjectiveTextTraKey
Declaration
public string ObjectiveTextTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash PendingIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PlayerForIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PlayerRejectIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash RejectButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash RejectIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash VfxPlayerFor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash VfxPlayerReject { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash VoteHolderGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash VotesLayout { get; set; }
Property Value
Implements