Class CircleMovement
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 CircleMovement : MissileMovementSpec, IMetaClass
Properties
| Improve this Doc View SourceAngularVelocity
Declaration
public float AngularVelocity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Lifetime
Declaration
public float Lifetime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
LinearVelocity
Declaration
public float LinearVelocity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
RadialVelocity
Declaration
public float RadialVelocity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |