Uses of Record Class
club.doki7.openxr.handle.XrPassthroughLayerFB
Packages that use XrPassthroughLayerFB
-
Uses of XrPassthroughLayerFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPassthroughLayerFBModifier and TypeMethodDescriptionint
int
XR.passthroughLayerPauseFB
(XrPassthroughLayerFB layer) int
XR.passthroughLayerResumeFB
(XrPassthroughLayerFB layer) int
XR.passthroughLayerSetKeyboardHandsIntensityFB
(XrPassthroughLayerFB layer, XrPassthroughKeyboardHandsIntensityFB intensity) int
XR.passthroughLayerSetStyleFB
(XrPassthroughLayerFB layer, XrPassthroughStyleFB style) -
Uses of XrPassthroughLayerFB in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrPassthroughLayerFBModifier and TypeMethodDescription@Nullable XrPassthroughLayerFB
XrEventDataPassthroughLayerResumedMETA.layer()
@Nullable XrPassthroughLayerFB
XrGeometryInstanceCreateInfoFB.layer()
@Nullable XrPassthroughLayerFB
XrCompositionLayerPassthroughFB.layerHandle()
Methods in club.doki7.openxr.datatype with parameters of type XrPassthroughLayerFBModifier and TypeMethodDescriptionXrEventDataPassthroughLayerResumedMETA.layer
(@Nullable XrPassthroughLayerFB value) XrGeometryInstanceCreateInfoFB.layer
(@Nullable XrPassthroughLayerFB value) XrCompositionLayerPassthroughFB.layerHandle
(@Nullable XrPassthroughLayerFB value) -
Uses of XrPassthroughLayerFB in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrPassthroughLayerFBModifier and TypeClassDescriptionstatic final record
Represents a pointer toXrPassthroughLayerFB
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrPassthroughLayerFBModifier and TypeMethodDescription@Nullable XrPassthroughLayerFB
XrPassthroughLayerFB.Ptr.read()
@Nullable XrPassthroughLayerFB
XrPassthroughLayerFB.Ptr.read
(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrPassthroughLayerFBModifier and TypeMethodDescription@NotNull Iterator
<XrPassthroughLayerFB> XrPassthroughLayerFB.Ptr.iterator()
Methods in club.doki7.openxr.handle with parameters of type XrPassthroughLayerFBModifier and TypeMethodDescriptionstatic XrPassthroughLayerFB.Ptr
XrPassthroughLayerFB.Ptr.allocate
(Arena arena, @Nullable XrPassthroughLayerFB @NotNull [] values) static XrPassthroughLayerFB.Ptr
XrPassthroughLayerFB.Ptr.allocateV
(Arena arena, @Nullable XrPassthroughLayerFB value0, @Nullable XrPassthroughLayerFB... values) void
XrPassthroughLayerFB.Ptr.write
(long index, @Nullable XrPassthroughLayerFB value) void
XrPassthroughLayerFB.Ptr.write
(@Nullable XrPassthroughLayerFB value) void
XrPassthroughLayerFB.Ptr.write
(@Nullable XrPassthroughLayerFB[] values) void
XrPassthroughLayerFB.Ptr.writeV
(@Nullable XrPassthroughLayerFB value0, @Nullable XrPassthroughLayerFB... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrPassthroughLayerFBModifier and TypeMethodDescriptionstatic XrPassthroughLayerFB.Ptr
XrPassthroughLayerFB.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrPassthroughLayerFB> values)