Strings.

Strings.Tooltips Class

Summary

Tooltips for various fields.
Assembly
Animancer.dll
Namespace
Animancer
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Strings.Tooltips"] class Type type-node

Syntax

public static class Strings.Tooltips

Fields

Name Constant Value Summary
CallbackTime The time when the Event Callback will be triggered. • x = Normalized, s = Seconds, f = Frame
static
EndTime The time when the End Callback will be triggered. • x = Normalized, s = Seconds, f = Frame Disabling the toggle automates the value: • Speed >= 0 ends at 1x • Speed < 0 ends at 0x
static
FadeDuration The amount of time the transition will take, e.g: • 0s = Instant • 0.25s = quarter of a second (Default) • 0.25x = quarter of the animation length • x = Normalized, s = Seconds, f = Frame • Middle Click = reset to default value
static
MiddleClickReset • Middle Click = reset to default value
static
NormalizedStartTime • Enabled = use FadeMode.FromStart and always restart at this time. • Disabled = use FadeMode.FixedSpeed and continue from the current time if already playing. • x = Normalized, s = Seconds, f = Frame
static
OptionalSpeed How fast the animation will play, e.g: • 0x = paused • 1x = normal speed • -2x = double speed backwards • Disabled = keep previous speed • Middle Click = reset to default value
static
Speed How fast the animation will play, e.g: • 0x = paused • 1x = normal speed • -2x = double speed backwards
static