WorldPanel |
MaxInteractionDistance | Maximum distance at which a player can interact with this world panel. |
Position | Position of the world panel in 3D space. |
Rotation | Rotation of the world panel in 3D space. |
Tags | Tags that are applied to the underlying SceneObject |
Transform | Transform of the world panel in 3D space. |
WorldScale | Scale of the world panel in 3D space. |
Delete | |
OnDeleted | |
RayToLocalPosition | |
UpdateBounds | Update the bounds for this panel. We purposely do nothing here because on world panels you can change the bounds by setting Sandbox.UI.RootPanel.PanelBounds. |
UpdateScale | We override this to prevent the scale automatically being set based on screen size changing.. because that's obviously not needed here. |
ScreenToWorldScale |