enum Godot::OpenXRSpatialEntityExtension::ComponentType

Defined in:

libgodot/generated/classes/classes_part4.cr

Enum Members

ComponentTypeBounded2d = 1_i64
ComponentTypeBounded3d = 2_i64
ComponentTypeParent = 3_i64
ComponentTypeMesh3d = 4_i64
ComponentTypePlaneAlignment = 1000741000_i64
ComponentTypeMesh2d = 1000741001_i64
ComponentTypePolygon2d = 1000741002_i64
ComponentTypePlaneSemanticLabel = 1000741003_i64
ComponentTypeMarker = 1000743000_i64
ComponentTypeAnchor = 1000762000_i64
ComponentTypePersistence = 1000763000_i64

Instance Method Summary

Instance Method Detail

def component_type_anchor? #

Returns true if this enum value equals ComponentTypeAnchor


[View source]
def component_type_bounded2d? #

Returns true if this enum value equals ComponentTypeBounded2d


[View source]
def component_type_bounded3d? #

Returns true if this enum value equals ComponentTypeBounded3d


[View source]
def component_type_marker? #

Returns true if this enum value equals ComponentTypeMarker


[View source]
def component_type_mesh2d? #

Returns true if this enum value equals ComponentTypeMesh2d


[View source]
def component_type_mesh3d? #

Returns true if this enum value equals ComponentTypeMesh3d


[View source]
def component_type_parent? #

Returns true if this enum value equals ComponentTypeParent


[View source]
def component_type_persistence? #

Returns true if this enum value equals ComponentTypePersistence


[View source]
def component_type_plane_alignment? #

Returns true if this enum value equals ComponentTypePlaneAlignment


[View source]
def component_type_plane_semantic_label? #

Returns true if this enum value equals ComponentTypePlaneSemanticLabel


[View source]
def component_type_polygon2d? #

Returns true if this enum value equals ComponentTypePolygon2d


[View source]