Table of Contents

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

float

Period

Period of bounce, in ms

public double Period { get; set; }

Property Value

double

Squash

Deform when hitting the ground

public float Squash { get; set; }

Property Value

float