Class TargeterDefinitionLine
Inheritance
System.Object
TargeterDefinitionLine
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 TargeterDefinitionLine : TargeterDefinition, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public bool AlwaysDraw { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool AngleLineToEndpointHeight { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float ArrowSize { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool CenterArrowToEndPoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<DrawablePositionLocator> EndLocator { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool FacingLine { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool Fade { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float FadeAngle { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public uint FallbackDirection { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public bool HasMaxGrowRange { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public ILineIndicatorType IndicatorType { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaOptional<bool> LineStopsAtEndPosition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<FloatPerSpellLevel> LineWidth { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float MaxAngle { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MaxAngleRangeFactor { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MinAngle { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MinAngleRangeFactor { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MinimumDisplayedRange { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<FloatPerSpellLevel> OverrideBaseRange { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<FloatPerSpellLevel> RangeGrowthDuration { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<FloatPerSpellLevel> RangeGrowthMax { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<FloatPerSpellLevel> RangeGrowthStartTime { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<DrawablePositionLocator> StartLocator { get; set; }
Property Value
|
Improve this Doc
View Source
TextureBaseMaxGrowName
Declaration
public string TextureBaseMaxGrowName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TextureBaseOverrideName
Declaration
public string TextureBaseOverrideName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TextureTargetMaxGrowName
Declaration
public string TextureTargetMaxGrowName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TextureTargetOverrideName
Declaration
public string TextureTargetOverrideName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool UseGlobalLineIndicator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements