enum Godot::Animation::InterpolationType

Defined in:

libgodot/generated/classes/classes_part1.cr

Enum Members

InterpolationNearest = 0_i64
InterpolationLinear = 1_i64
InterpolationCubic = 2_i64
InterpolationLinearAngle = 3_i64
InterpolationCubicAngle = 4_i64

Instance Method Summary

Instance Method Detail

def interpolation_cubic? #

Returns true if this enum value equals InterpolationCubic


[View source]
def interpolation_cubic_angle? #

Returns true if this enum value equals InterpolationCubicAngle


[View source]
def interpolation_linear? #

Returns true if this enum value equals InterpolationLinear


[View source]
def interpolation_linear_angle? #

Returns true if this enum value equals InterpolationLinearAngle


[View source]
def interpolation_nearest? #

Returns true if this enum value equals InterpolationNearest


[View source]