Class TargeterDefinitionCone
Inheritance
System.Object
TargeterDefinitionCone
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 TargeterDefinitionCone : TargeterDefinition, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaOptional<float> ConeAngleDegrees { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool ConeFollowsEnd { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaOptional<float> ConeRange { 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 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 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
TextureConeMaxGrowName
Declaration
public string TextureConeMaxGrowName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TextureConeOverrideName
Declaration
public string TextureConeOverrideName { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements