Uses of Record Class
club.doki7.openxr.datatype.XrPassthroughStyleFB
Packages that use XrPassthroughStyleFB
-
Uses of XrPassthroughStyleFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPassthroughStyleFBModifier and TypeMethodDescriptionintXR.passthroughLayerSetStyleFB(XrPassthroughLayerFB layer, XrPassthroughStyleFB style) -
Uses of XrPassthroughStyleFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrPassthroughStyleFBModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrPassthroughStyleFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPassthroughStyleFBModifier and TypeMethodDescriptionstatic XrPassthroughStyleFB@NotNull XrPassthroughStyleFBXrPassthroughStyleFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrPassthroughStyleFBXrPassthroughStyleFB.clone(Arena arena, XrPassthroughStyleFB src) XrPassthroughStyleFB.next(@NotNull MemorySegment value) XrPassthroughStyleFB.textureOpacityFactor(float value) XrPassthroughStyleFB.Ptr.toArray()XrPassthroughStyleFB.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrPassthroughStyleFBModifier and TypeMethodDescription@NotNull Iterator<XrPassthroughStyleFB> XrPassthroughStyleFB.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrPassthroughStyleFBModifier and TypeMethodDescriptionstatic XrPassthroughStyleFBXrPassthroughStyleFB.clone(Arena arena, XrPassthroughStyleFB src) voidXrPassthroughStyleFB.Ptr.write(long index, @NotNull XrPassthroughStyleFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrPassthroughStyleFBModifier and TypeMethodDescriptionXrPassthroughStyleFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrPassthroughStyleFB> consumer)