Interface IVSAccessor
- All Known Subinterfaces:
IUIPanelOwner, IVSParticipant
- All Known Implementing Classes:
EditorVirtualSpace, EUIContextMenu, EUIDialog, EUIPanel, EUIPanelPart, UIContextMenu, UIDialog, UIPanel, UIPanelBase, UIPanelPart, VirtualSpace, VirtualSpaceEditor
public interface IVSAccessor
Interface used to retrieve a VirtualSpace instance.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionGets the referrer's back-reference to the VirtualSpace.
Method Details
getVirtualSpace
VirtualSpace getVirtualSpace()Gets the referrer's back-reference to the VirtualSpace. This is used by the VSParticipantReference when verifying its references.- Returns:
- The VirtualSpace, or null for none.