CinemachineVirtualCamera.CreatePipelineDelegate Delegate

Cinemachine

CinemachineVirtualCameraCreatePipelineDelegate 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 the CinemachineVirtualCamera class.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public delegate Transform CreatePipelineDelegate(
	CinemachineVirtualCamera vcam,
	string name,
	CinemachineComponentBase[] copyFrom
)
function(vcam, name, copyFrom);

Parameters

vcam
Type: CinemachineCinemachineVirtualCamera
name
Type: SystemString
copyFrom
Type: CinemachineCinemachineComponentBase

Return Value

Type: Transform
See Also