 |
CameraUtilsGetOrthographicWorldSize Method |
GetOrthographicWorldSize calculates a size in 3D world from
a screen size (screenSize in screen coordinates) that is at distanceFromCamera and shown with orthographic camera with cameraWidth and in SceneView with viewSize.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic static Vector2 GetOrthographicWorldSize(
Vector2 desiredScreenSize,
float cameraWidth,
Vector2 viewport3DSize
)
Parameters
- desiredScreenSize Vector2
- Size on screen (in same units as viewSize - without DPI scale)
- cameraWidth Single
- camera's width
- viewport3DSize Vector2
- SceneView's size as Vector2
Return Value
Vector23D world size as Vector2
See Also