TweenRequest.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Tween/Provider/TweenRequest.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: TweenRequest
Section titled “Type: TweenRequest”Original lines: 17-112
Declaration hash: sha256:c24a302ed9c8826f41a8f1d7b755b7eaea9ee4efa702414e27c1e82e9a48c483
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
public TweenRequest(float startValue, float endValue, float delaySeconds, float durationSeconds, Ease ease, TweenTimeMode timeMode);Property: StartValue
Section titled “Property: StartValue”Original lines: 62
Declaration hash: sha256:5e1ab94a954ca14d0edec58a30413d5bc3661ecb0d8d298a05f299dca8574eb3
public float StartValue { get; }Property: EndValue
Section titled “Property: EndValue”Original lines: 67
Declaration hash: sha256:1848030f9d5ad244b759a4480bec03b649645a0ef034f572bca0f32b227c4b40
public float EndValue { get; }Property: DelaySeconds
Section titled “Property: DelaySeconds”Original lines: 72
Declaration hash: sha256:300e561d5a24379e74abfe3b17e7f34b83019af708d067a74c2b602e0441478f
public float DelaySeconds { get; }Property: DurationSeconds
Section titled “Property: DurationSeconds”Original lines: 77
Declaration hash: sha256:08b38c84f7c38cd381e01d6c44af907b34f80192646fd92c9273db27f0daeb3e
public float DurationSeconds { get; }Property: Ease
Section titled “Property: Ease”Original lines: 82
Declaration hash: sha256:05917ce07c8664ef53c6962619745d07f885027419c73f7967fcf5f69a47d48c
public Ease Ease { get; }Property: TimeMode
Section titled “Property: TimeMode”Original lines: 87
Declaration hash: sha256:90dd1cddf67a108f83ab8acb05be4078f3a6fc6ec143edff9a94e43d858587b2
public TweenTimeMode TimeMode { get; }