C# Class CinemachineCameraOffset, Unity-Learning

Inheritance: CinemachineExtension
Afficher le fichier Open project: Mertiq/Unity-Learning Class Usage Examples

Méthodes protégées

Méthode Description
PostPipelineStageCallback ( CinemachineVirtualCameraBase vcam, CinemachineCore.Stage stage, CameraState, &state, float deltaTime ) : void

Applies the specified offset to the camera state

Method Details

PostPipelineStageCallback() protected méthode

Applies the specified offset to the camera state
protected PostPipelineStageCallback ( CinemachineVirtualCameraBase vcam, CinemachineCore.Stage stage, CameraState, &state, float deltaTime ) : void
vcam CinemachineVirtualCameraBase The virtual camera being processed
stage CinemachineCore.Stage The current pipeline stage
state CameraState, The current virtual camera state
deltaTime float The current applicable deltaTime
Résultat void