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 TypeMethodDescriptionintintXR.passthroughLayerPauseFB(XrPassthroughLayerFB layer) intXR.passthroughLayerResumeFB(XrPassthroughLayerFB layer) intXR.passthroughLayerSetKeyboardHandsIntensityFB(XrPassthroughLayerFB layer, XrPassthroughKeyboardHandsIntensityFB intensity) intXR.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 XrPassthroughLayerFBXrEventDataPassthroughLayerResumedMETA.layer()@Nullable XrPassthroughLayerFBXrGeometryInstanceCreateInfoFB.layer()@Nullable XrPassthroughLayerFBXrCompositionLayerPassthroughFB.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 recordRepresents a pointer toXrPassthroughLayerFBhandle(s) in native memory.Methods in club.doki7.openxr.handle that return XrPassthroughLayerFBModifier and TypeMethodDescription@Nullable XrPassthroughLayerFBXrPassthroughLayerFB.Ptr.read()@Nullable XrPassthroughLayerFBXrPassthroughLayerFB.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.PtrXrPassthroughLayerFB.Ptr.allocate(Arena arena, @Nullable XrPassthroughLayerFB @NotNull [] values) static XrPassthroughLayerFB.PtrXrPassthroughLayerFB.Ptr.allocateV(Arena arena, @Nullable XrPassthroughLayerFB value0, @Nullable XrPassthroughLayerFB... values) voidXrPassthroughLayerFB.Ptr.write(long index, @Nullable XrPassthroughLayerFB value) voidXrPassthroughLayerFB.Ptr.write(@Nullable XrPassthroughLayerFB value) voidXrPassthroughLayerFB.Ptr.write(@Nullable XrPassthroughLayerFB[] values) voidXrPassthroughLayerFB.Ptr.writeV(@Nullable XrPassthroughLayerFB value0, @Nullable XrPassthroughLayerFB... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrPassthroughLayerFBModifier and TypeMethodDescriptionstatic XrPassthroughLayerFB.PtrXrPassthroughLayerFB.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrPassthroughLayerFB> values)