Interface ITwoHandedScaler
Provides a method used to check the status of two-handed scaling
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public interface ITwoHandedScaler
Methods
IsTwoHandedScaling(Transform)
Returns whether the given ray origin is involved in two-handed scaling
Declaration
bool IsTwoHandedScaling(Transform rayOrigin)
Parameters
| Type | Name | Description |
|---|---|---|
| Transform | rayOrigin | The ray origin to check |
Returns
| Type | Description |
|---|---|
| Boolean | Whether the given ray origin is involved in two-handed scaling |