enum Godot::CSGPolygon3D::PathRotation

Defined in:

libgodot/generated/classes/classes_part1.cr

Enum Members

PathRotationPolygon = 0_i64
PathRotationPath = 1_i64
PathRotationPathFollow = 2_i64

Instance Method Summary

Instance Method Detail

def path_rotation_path? #

Returns true if this enum value equals PathRotationPath


[View source]
def path_rotation_path_follow? #

Returns true if this enum value equals PathRotationPathFollow


[View source]
def path_rotation_polygon? #

Returns true if this enum value equals PathRotationPolygon


[View source]