Skip to main content

BoolInterpolator

BoolInterpolator

Interpolates between two booleans.

Static Fields

Instance

public BoolInterpolator Instance

The singleton instance of the Bool interpolator.

Properties

valueType

Type valueType { get; }

The value type that this interpolator can interpolate.

Methods

Interpolate

bool Interpolate(Boolean& a, Boolean& b, float t)