Uses of Record Class
club.doki7.openxr.handle.XrSpatialEntityEXT
Packages that use XrSpatialEntityEXT
-
Uses of XrSpatialEntityEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpatialEntityEXTModifier and TypeMethodDescriptionintXR.destroySpatialEntityEXT(XrSpatialEntityEXT spatialEntity) -
Uses of XrSpatialEntityEXT in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrSpatialEntityEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer toXrSpatialEntityEXThandle(s) in native memory.Methods in club.doki7.openxr.handle that return XrSpatialEntityEXTModifier and TypeMethodDescription@Nullable XrSpatialEntityEXTXrSpatialEntityEXT.Ptr.read()@Nullable XrSpatialEntityEXTXrSpatialEntityEXT.Ptr.read(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrSpatialEntityEXTModifier and TypeMethodDescription@NotNull Iterator<XrSpatialEntityEXT> XrSpatialEntityEXT.Ptr.iterator()Methods in club.doki7.openxr.handle with parameters of type XrSpatialEntityEXTModifier and TypeMethodDescriptionstatic XrSpatialEntityEXT.PtrXrSpatialEntityEXT.Ptr.allocate(Arena arena, @Nullable XrSpatialEntityEXT @NotNull [] values) static XrSpatialEntityEXT.PtrXrSpatialEntityEXT.Ptr.allocateV(Arena arena, @Nullable XrSpatialEntityEXT value0, @Nullable XrSpatialEntityEXT... values) voidXrSpatialEntityEXT.Ptr.write(long index, @Nullable XrSpatialEntityEXT value) voidXrSpatialEntityEXT.Ptr.write(@Nullable XrSpatialEntityEXT value) voidXrSpatialEntityEXT.Ptr.write(@Nullable XrSpatialEntityEXT[] values) voidXrSpatialEntityEXT.Ptr.writeV(@Nullable XrSpatialEntityEXT value0, @Nullable XrSpatialEntityEXT... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrSpatialEntityEXTModifier and TypeMethodDescriptionstatic XrSpatialEntityEXT.PtrXrSpatialEntityEXT.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrSpatialEntityEXT> values)