Class TargeterDefinitionArc
Inheritance
System.Object
TargeterDefinitionArc
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 TargeterDefinitionArc : TargeterDefinition, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<FloatPerSpellLevel> ConstraintRange { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<DrawablePositionLocator> EndLocator { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool IsClockwiseArc { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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<FloatPerSpellLevel> OverrideRadius { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<DrawablePositionLocator> StartLocator { get; set; }
Property Value
|
Improve this Doc
View Source
TextureArcOverrideName
Declaration
public string TextureArcOverrideName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public float ThicknessOffset { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements