Does nothing if 'pickingProxy' is undefined Sets the origin of the scene to the position stored in 'pickingProxy' Then exits itself (by calling 'done')
False if 'pickingProxy' is undefined, true otherwise
Does nothing
False
Does nothing
Forwards a click_left event to the subclass, and returns its result
true if further actions should be blocked; or false otherwise (action propagates)
The description of this state. This information is retrieved from the subclass May return an empty string if the subclass provides no description
Signals to CatanaActions (see catana-actions.ts) that this state should be exited This is particularly useful for changes in UI elements that are related to a CatanaState
False if SHIFT is currently being pressed True otherwise (state was exited)
Forwards a down_left event to the subclass, and returns its result
true if further actions should be blocked; or false otherwise (action propagates)
Forwards a drag_left event to the subclass, and returns its result
true if further actions should be blocked; or false otherwise (action propagates)
Called when this state is entered. Forwarded to the subclass
Called when this state is exited. Forwarded to the subclass
Forwards a hover event to the subclass, and returns its result
true if further actions should be blocked; or false otherwise (action propagates)
True if 'key' is "Shift"
Otherwise,the keyDown is forwarded to the subclass, and its result is returned
True is then returned if further actions should be blocked. False is returned otherwise (action propagates)
Forwards a up_left event to the subclass, and returns its result
true if further actions should be blocked; or false otherwise (action propagates)
Generated using TypeDoc
CatanaState to "focus" on an element (atom, residue, etc). Focus means move the camera to a position and make that position the origin of the scene That causes the rotations of the scene to occur around this point