enum Godot::OpenXRSpatialComponentPlaneSemanticLabelList::PlaneSemanticLabel

Defined in:

libgodot/generated/classes/classes_part4.cr

Enum Members

PlaneSemanticLabelUncategorized = 1_i64
PlaneSemanticLabelFloor = 2_i64
PlaneSemanticLabelWall = 3_i64
PlaneSemanticLabelCeiling = 4_i64
PlaneSemanticLabelTable = 5_i64

Instance Method Summary

Instance Method Detail

def plane_semantic_label_ceiling? #

Returns true if this enum value equals PlaneSemanticLabelCeiling


[View source]
def plane_semantic_label_floor? #

Returns true if this enum value equals PlaneSemanticLabelFloor


[View source]
def plane_semantic_label_table? #

Returns true if this enum value equals PlaneSemanticLabelTable


[View source]
def plane_semantic_label_uncategorized? #

Returns true if this enum value equals PlaneSemanticLabelUncategorized


[View source]
def plane_semantic_label_wall? #

Returns true if this enum value equals PlaneSemanticLabelWall


[View source]