Class CameraController
Namespace: UnityEngine.Rendering.Toon.Samples
Syntax
public class CameraController : MonoBehaviour
Fields
showInstWindow
Declaration
public bool showInstWindow
Field Value
| Type | Description |
|---|---|
| Boolean |
Methods
cameraRotate(Vector3)
Declaration
public void cameraRotate(Vector3 eulerAngle)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | eulerAngle |
mouseWheelEvent(Single)
Declaration
public void mouseWheelEvent(float delta)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | delta |