CinemachineVirtualCamera.GetCinemachineComponent(T) Method

Cinemachine

CinemachineVirtualCameraGetCinemachineComponentT Method

Get an existing component of a specific type from the cinemachine pipeline.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public T GetCinemachineComponent<T>()
where T : CinemachineComponentBase
JavaScript does not support generic types or methods.

Type Parameters

T

Return Value

Type: T

[Missing <returns> documentation for "M:Cinemachine.CinemachineVirtualCamera.GetCinemachineComponent``1"]

See Also