예제 #1
0
 public static bool TryGetMovingPlatform(Collider2D collider, out MovingPlatform movingPlatform)
 {
     return(Instance.m_MovingPlatformCache.TryGetValue(collider, out movingPlatform));
 }