Const
Singleton instance for convenient access.
Korean: 싱글톤 인스턴스
import { physicalReachCalculator } from '@/systems/physics/PhysicalReachCalculator';const reach = physicalReachCalculator.calculateReach( playerPhysical, AnimationType.ROUNDHOUSE_KICK, 0.32, // Peak time TrigramStance.GEON); Copy
import { physicalReachCalculator } from '@/systems/physics/PhysicalReachCalculator';const reach = physicalReachCalculator.calculateReach( playerPhysical, AnimationType.ROUNDHOUSE_KICK, 0.32, // Peak time TrigramStance.GEON);
싱글톤인스턴스
Singleton instance for convenient access.
Korean: 싱글톤 인스턴스