Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

BaseAnimValue<T0>.GetValue

Switch to Manual
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.