Class TargeterDefinitionAoe
Inheritance
System.Object
TargeterDefinitionAoe
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 TargeterDefinitionAoe : TargeterDefinition, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<DrawablePositionLocator> CenterLocator { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<DrawablePositionLocator> ConstraintPosLocator { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<FloatPerSpellLevel> ConstraintRange { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IGameCalculation DynamicGameCalcSizeScalar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool IsConstrainedToRange { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TargeterDefinitionAoeScalar> MaxRangeSizeScalar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<FloatPerSpellLevel> OverrideRadius { get; set; }
Property Value
|
Improve this Doc
View Source
TextureOrientation
Declaration
public uint TextureOrientation { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
TextureRadiusOverrideName
Declaration
public string TextureRadiusOverrideName { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements