AeThex-Engine-Core/engine/modules/openxr/doc_classes/OpenXRSpatialComponentData.xml
MrPiglr 9dddce666d
🚀 AeThex Engine v1.0 - Complete Fork
- Forked from Godot Engine 4.7-dev (MIT License)
- Rebranded to AeThex Engine with cyan/purple theme
- Added AI-powered development assistant module
- Integrated Claude API for code completion & error fixing
- Custom hexagon logo and branding
- Multi-platform CI/CD (Windows, Linux, macOS)
- Built Linux editor binary (151MB)
- Complete source code with all customizations

Tech Stack:
- C++ game engine core
- AI Module: Claude 3.5 Sonnet integration
- Build: SCons, 14K+ source files
- License: MIT (Godot) + Custom (AeThex features)

Ready for Windows build via GitHub Actions!
2026-02-23 05:01:56 +00:00

40 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="OpenXRSpatialComponentData" inherits="RefCounted" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
Object for storing OpenXR spatial entity component data.
</brief_description>
<description>
Object for storing OpenXR spatial entity component data.
</description>
<tutorials>
</tutorials>
<methods>
<method name="_get_component_type" qualifiers="virtual const">
<return type="int" />
<description>
Return the component type for the component we store data for.
</description>
</method>
<method name="_get_structure_data" qualifiers="virtual const">
<return type="int" />
<param index="0" name="next" type="int" />
<description>
Return a pointer to the structure data that will be submitted along with the snapshot query. This pointer must remain valid as long as this object is instantiated.
</description>
</method>
<method name="_set_capacity" qualifiers="virtual">
<return type="void" />
<param index="0" name="capacity" type="int" />
<description>
Set the expected capacity as provided by the spatial entities query system. Buffers should be initialized with the correct storage.
</description>
</method>
<method name="set_capacity">
<return type="void" />
<param index="0" name="capacity" type="int" />
<description>
Set the expected capacity as provided by the spatial entities query system. Buffers should be initialized with the correct storage.
</description>
</method>
</methods>
</class>