Method IsAboveHead
IsAboveHead(IUsesViewerBody, Transform)
Check whether the specified transform is over the viewer's head
Declaration
public static bool IsAboveHead(this IUsesViewerBody user, Transform rayOrigin)
Parameters
Type | Name | Description |
---|---|---|
IUsesViewerBody | user | The functionality user |
Transform | rayOrigin | The rayOrigin to test |
Returns
Type | Description |
---|---|
bool | Whether the specified transform is over the viewer's head |