Class HoverArgs
- Namespace
- TrinketTinker.Models.MotionArgs
- Assembly
- TrinketTinker.dll
Hover args
public sealed class HoverArgs : LerpArgs, IArgs
- Inheritance
-
HoverArgs
- Implements
- Inherited Members
Properties
Magnitude
Amount of up and down bobbing motion to add to hover
public float Magnitude { get; set; }
Property Value
PerchingOffset
Amount of offset to apply relative to the default "perching" position.
public Vector2 PerchingOffset { get; set; }
Property Value
- Vector2
PerchingTimeout
If set, the companion will perch on the player's head after the player stays still for this many miliseconds
public float? PerchingTimeout { get; set; }
Property Value
Period
Period of bobbing motion, in ms
public double Period { get; set; }