Uses of Interface
club.doki7.openxr.datatype.IXrVector3f
Packages that use IXrVector3f
-
Uses of IXrVector3f in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type IXrVector3fModifier and TypeMethodDescriptionintXR.getSpatialBufferVector3fEXT(XrSpatialSnapshotEXT snapshot, XrSpatialBufferGetInfoEXT info, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable IXrVector3f buffer) -
Uses of IXrVector3f in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement IXrVector3fModifier and TypeClassDescriptionfinal recordRepresents a pointer to aXrVector3fstructure in native memory.static final recordRepresents a pointer to / an array ofXrVector3fstructure(s) in native memory.Methods in club.doki7.openxr.datatype with parameters of type IXrVector3fModifier and TypeMethodDescriptionXrWorldMeshBlockML.normalBuffer(@Nullable IXrVector3f value) XrTriangleMeshCreateInfoFB.vertexBuffer(@Nullable IXrVector3f value) XrWorldMeshBlockML.vertexBuffer(@Nullable IXrVector3f value) XrHandTrackingMeshFB.vertexNormals(@Nullable IXrVector3f value) XrHandTrackingMeshFB.vertexPositions(@Nullable IXrVector3f value) XrPassthroughMeshTransformInfoHTC.vertices(@Nullable IXrVector3f value) XrSceneMeshVertexBufferMSFT.vertices(@Nullable IXrVector3f value) XrSpaceTriangleMeshMETA.vertices(@Nullable IXrVector3f value) XrSpatialEntityComponentDataTriangleMeshBD.vertices(@Nullable IXrVector3f value)