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 TypeMethodDescriptionint
XR.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 record
Represents a pointer to / an array ofXrPassthroughStyleFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPassthroughStyleFBModifier and TypeMethodDescriptionstatic XrPassthroughStyleFB
@NotNull XrPassthroughStyleFB
XrPassthroughStyleFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrPassthroughStyleFB
XrPassthroughStyleFB.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 XrPassthroughStyleFB
XrPassthroughStyleFB.clone
(Arena arena, XrPassthroughStyleFB src) void
XrPassthroughStyleFB.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)