ReplayVariable.IsInterpolationSupported Property

Ultimate Replay

ReplayVariableIsInterpolationSupported Property
Returns true if this ReplayVariable supports interpolation. Interpolation can only be supported if the variable type has a registered interpolator.

Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsInterpolationSupported { get; }

Property Value

Type: Boolean
See Also