Class LaunchAreaData
Inheritance
System.Object
LaunchAreaData
Implements
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()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class LaunchAreaData : IMetaClass
Properties
| Improve this Doc View SourceDivergenceTolerance
Declaration
public float DivergenceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
IndicatorRadius
Declaration
public float IndicatorRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
IndicatorTextureName
Declaration
public string IndicatorTextureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InnerAreaTargetDistance
Declaration
public float InnerAreaTargetDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
InnerRadius
Declaration
public float InnerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Radius
Declaration
public float Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TargetDistance
Declaration
public float TargetDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Single |