Class XrInteractionProfileState

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrInteractionProfileState extends Struct<XrInteractionProfileState> implements NativeResource
struct XrInteractionProfileState {
    XrStructureType type;
    void * next;
    XrPath interactionProfile;
}