public Transform GetLocation(SpecialLocation location, CharacterView view) { if (view == CharacterView.FirstPerson) { CheckP1Cache(); _wardrobeController.RefreshP1BonePosition(); return(_cacheP1Transform[(int)location]); } else { CheckP3Cache(); return(_cacheP3Transform[(int)location]); } }