Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

TweenRequest.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Tween/Provider/TweenRequest.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/Tween/Provider/TweenRequest.cs

Source file hash: sha256:ca7de500a4e3975d96f19c0612d59c7af711f65546638b0fddfc76a8ed4f1ecd

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 17-112

Declaration hash: sha256:c24a302ed9c8826f41a8f1d7b755b7eaea9ee4efa702414e27c1e82e9a48c483

C#
public readonly struct TweenRequest
{
}

Method: TweenRequest(float startValue, float endValue, float delaySeconds, float durationSeconds, Ease ease, TweenTimeMode timeMode)

Section titled “Method: TweenRequest(float startValue, float endValue, float delaySeconds, float durationSeconds, Ease ease, TweenTimeMode timeMode)”

Original lines: 29-57

Declaration hash: sha256:49b144adffa7ed54fecb9979927658b85723457031dbd33922142a981c867e9b

C#
public TweenRequest(float startValue, float endValue, float delaySeconds, float durationSeconds, Ease ease, TweenTimeMode timeMode);

Original lines: 62

Declaration hash: sha256:5e1ab94a954ca14d0edec58a30413d5bc3661ecb0d8d298a05f299dca8574eb3

C#
public float StartValue { get; }

Original lines: 67

Declaration hash: sha256:1848030f9d5ad244b759a4480bec03b649645a0ef034f572bca0f32b227c4b40

C#
public float EndValue { get; }

Original lines: 72

Declaration hash: sha256:300e561d5a24379e74abfe3b17e7f34b83019af708d067a74c2b602e0441478f

C#
public float DelaySeconds { get; }

Original lines: 77

Declaration hash: sha256:08b38c84f7c38cd381e01d6c44af907b34f80192646fd92c9273db27f0daeb3e

C#
public float DurationSeconds { get; }

Original lines: 82

Declaration hash: sha256:05917ce07c8664ef53c6962619745d07f885027419c73f7967fcf5f69a47d48c

C#
public Ease Ease { get; }

Original lines: 87

Declaration hash: sha256:90dd1cddf67a108f83ab8acb05be4078f3a6fc6ec143edff9a94e43d858587b2

C#
public TweenTimeMode TimeMode { get; }
Full-size image