Uses of Interface
club.doki7.openxr.datatype.IXrApiLayerProperties
Packages that use IXrApiLayerProperties
-
Uses of IXrApiLayerProperties in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type IXrApiLayerPropertiesModifier and TypeMethodDescriptionint
XR.enumerateApiLayerProperties
(int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrApiLayerProperties properties) int
XRStatic.enumerateApiLayerProperties
(int propertyCapacityInput, IntPtr propertyCountOutput, @Nullable IXrApiLayerProperties properties) -
Uses of IXrApiLayerProperties in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement IXrApiLayerPropertiesModifier and TypeClassDescriptionfinal record
Represents a pointer to aXrApiLayerProperties
structure in native memory.static final record
Represents a pointer to / an array ofXrApiLayerProperties
structure(s) in native memory.