UnityEditor.SceneView.FrameLastActiveSceneViewWithLock C# (CSharp) Méthode

FrameLastActiveSceneViewWithLock() public static méthode

public static FrameLastActiveSceneViewWithLock ( ) : bool
Résultat bool
        public static bool FrameLastActiveSceneViewWithLock()
        {
            if (lastActiveSceneView == null)
            {
                return false;
            }
            return lastActiveSceneView.SendEvent(EditorGUIUtility.CommandEvent("FrameSelectedWithLock"));
        }