CinemachineConfiner Methods

Cinemachine

CinemachineConfiner Methods

The CinemachineConfiner type exposes the following members.

Methods
  NameDescription
Protected methodAwake
Connect to virtual camera pipeline. Override implementations must call this base implementation
(Inherited from CinemachineExtension.)
Public methodCameraWasDisplaced
See whether the virtual camera has been moved by the confiner
Protected methodGetAllExtraStatesT
Ineffeicient method to get all extra state infor for all vcams. Intended for Editor use only, not runtime!
(Inherited from CinemachineExtension.)
Protected methodGetExtraStateT
Because extensions can be placed on manager cams and will in that case be called for all the vcam children, vcam-specific state information should be stored here. Just define a class to hold your state info and use it exclusively when calling this.
(Inherited from CinemachineExtension.)
Public methodInvalidatePathCache
Call this if the bounding shape's points change at runtime
Protected methodOnDestroy
Disconnect from virtual camera pipeline. Override implementations must call this base implementation
(Inherited from CinemachineExtension.)
Protected methodPostPipelineStageCallback
Callback to to the camera confining
(Overrides CinemachineExtensionPostPipelineStageCallback(CinemachineVirtualCameraBase, CinemachineCoreStage, CameraState, Single).)
Top
See Also