Cinemachine
CinemachineFreeLookCreateRigDelegate Delegate |
Override component pipeline creation.
This needs to be done by the editor to support Undo.
The override must do exactly the same thing as the CreatePipeline method in this class.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public delegate CinemachineVirtualCamera CreateRigDelegate( CinemachineFreeLook vcam, string name, CinemachineVirtualCamera copyFrom )
function(vcam, name, copyFrom);
Parameters
- vcam
- Type: CinemachineCinemachineFreeLook
- name
- Type: SystemString
- copyFrom
- Type: CinemachineCinemachineVirtualCamera
Return Value
Type: CinemachineVirtualCameraSee Also