Class MapActionFollowPath
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 MapActionFollowPath : MapAction, IMetaClass
Properties
| Improve this Doc View SourceDuration
Declaration
public float Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Pathname
Declaration
public string Pathname { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RotateWithSpline
Declaration
public bool RotateWithSpline { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TargetName
Declaration
public string TargetName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseVelocityOverDuration
Declaration
public bool UseVelocityOverDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Velocity
Declaration
public float Velocity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |