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