This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// VisualArrowIndicatorSystem.swift | |
// | |
// Created by Hunter Harris on 4/29/25. | |
// | |
import Foundation | |
import RealityKit | |
import SwiftUI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// VisualArrowIndicatorSystem.swift | |
// | |
// Created by Hunter Harris on 8/12/24. | |
// | |
import Foundation | |
import RealityKit | |
/// Part of arrow indicator system, add this to target entity you want to have an arrow, and call entity.addArrowIndicator |