Class RenderingUtility
Inheritance
System.Object
RenderingUtility
Syntax
public static class RenderingUtility
Methods
GetMainCameraScale()
Declaration
public static float GetMainCameraScale()
Returns
| Type |
Description |
| System.Single |
|
Declaration
public static float GetParentScale(Transform transform)
Parameters
| Type |
Name |
Description |
| Transform |
transform |
|
Returns
| Type |
Description |
| System.Single |
|
ToMagicLeapUnits(Single)
Declaration
public static float ToMagicLeapUnits(float val)
Parameters
| Type |
Name |
Description |
| System.Single |
val |
|
Returns
| Type |
Description |
| System.Single |
|
ToUnityUnits(Single)
Declaration
public static float ToUnityUnits(float val)
Parameters
| Type |
Name |
Description |
| System.Single |
val |
|
Returns
| Type |
Description |
| System.Single |
|