SetGameplayCamRelativePitch
DocsSetGameplayCamRelativePitch(angle, scalingFactor)Description
This native sets the camera's pitch (rotation on the x-axis).
Parameters
| Name | Type | Description |
|---|---|---|
angle | float | the angle to rotate the camera by |
scalingFactor | float | always seems to be set to 1.0 in native calls |
Returns
voidThis native does not return a value.