Class ObjectiveVoteResultData
Inheritance
System.Object
ObjectiveVoteResultData
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 ObjectiveVoteResultData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash Background { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BoundingRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ForIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Frame { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Group { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ObjectivePortrait { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ObjectivePortraitVotingAligned { 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 TimeExpiredCampIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TimeLeft { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TimeLeftBg { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TimeLeftCampIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash VfxGroup { get; set; }
Property Value
Implements