Class TargeterDefinitionSkipTerrain
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 TargeterDefinitionSkipTerrain : TargeterDefinition, IMetaClass
Properties
| Improve this Doc View SourceBaseTextureName
Declaration
public string BaseTextureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndLocator
Declaration
public MetaEmbedded<DrawablePositionLocator> EndLocator { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<DrawablePositionLocator> |
FallbackDirection
Declaration
public uint FallbackDirection { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
StartLocator
Declaration
public MetaEmbedded<DrawablePositionLocator> StartLocator { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<DrawablePositionLocator> |
TargetTextureName
Declaration
public string TargetTextureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TargetTextureRadius
Declaration
public float TargetTextureRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TerrainTextureName
Declaration
public string TerrainTextureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |