Method HasLookAt
HasLookAt(CameraState)
Returns true if this state has a valid ReferenceLookAt value.
Declaration
public static bool HasLookAt(this CameraState s)
Parameters
| Type | Name | Description |
|---|---|---|
| CameraState | s | State to check. |
Returns
| Type | Description |
|---|---|
| bool | True, if state has a valid ReferenceLookAt value. False, otherwise. |