Class BounceArgs
- Namespace
- TrinketTinker.Models.MotionArgs
- Assembly
- TrinketTinker.dll
Bounce args
public sealed class BounceArgs : LerpArgs, IArgs
- Inheritance
-
BounceArgs
- Implements
- Inherited Members
Properties
MaxHeight
Bounce height
public float MaxHeight { get; set; }
Property Value
Period
Period of bounce, in ms
public double Period { get; set; }
Property Value
Squash
Deform when hitting the ground
public float Squash { get; set; }