- Home /
This post has been wikified, any user with enough reputation can edit it.
Editor Sceneview Lock
I am working on a Editor Tool that controls the sceneview camera. A user can set the camera to lock on an object. if there a way to detect if the scene view camera is locked?
i've found that you can set the lock with :
SceneView.lastActiveSceneView.FrameSelected (true);
But how can you read the Value?
Thanks in Advance!
Comment