Method UpdateTransform
UpdateTransform(Camera, Vector3)
Updates the light's transform with respect to a given camera and anchor point
Declaration
public void UpdateTransform(Camera camera, Vector3 anchor)
Parameters
Type | Name | Description |
---|---|---|
Camera | camera | The camera to which values are relative. |
Vector3 | anchor | The anchor position. |