Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimatedValues.BaseAnimValue<T0>.GetValue

protected function GetValue(): T;

Returns

T Current Value.

Description

Abstract function to be overridden in derived types. Should return the current value of the animated value.