Module arvr_anchor

Procs

proc anchorId*(self: ARVRAnchor): int64 {.
gcsafe, locks: 0
.}
proc `anchorId =`*(self: ARVRAnchor; val: int64) {.
gcsafe, locks: 0
.}
proc getAnchorName*(self: ARVRAnchor): string {.
gcsafe, locks: 0
.}
proc getIsActive*(self: ARVRAnchor): bool {.
gcsafe, locks: 0
.}
proc getSize*(self: ARVRAnchor): Vector3 {.
gcsafe, locks: 0
.}