proc interfaceIsPrimary(self: ARVRInterface): bool {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc interfaceIsPrimary=(self: ARVRInterface; val: bool) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc interfaceIsInitialized(self: ARVRInterface): bool {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc interfaceIsInitialized=(self: ARVRInterface; val: bool) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc arIsAnchorDetectionEnabled(self: ARVRInterface): bool {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc arIsAnchorDetectionEnabled=(self: ARVRInterface; val: bool) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc getName(self: ARVRInterface): string {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc getCapabilities(self: ARVRInterface): int64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc initialize(self: ARVRInterface): bool {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc uninitialize(self: ARVRInterface) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc getTrackingStatus(self: ARVRInterface): int64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc getRenderTargetsize(self: ARVRInterface): Vector2 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc isStereo(self: ARVRInterface): bool {.gcsafe, locks: 0, raises: [], tags: []
.}
-