Class CinemachineFreeLookModifier.ComponentModifier<T>
Modifier for things inside a single CinemachineComponentBase.
Inheritance
CinemachineFreeLookModifier.ComponentModifier<T>
Inherited Members
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public abstract class CinemachineFreeLookModifier.ComponentModifier<T> : CinemachineFreeLookModifier.Modifier
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
| Name | Description |
|---|---|
| CachedComponent | The CinemachineComponentBase that will be modified. Cached here for efficiency. |
Properties
| Name | Description |
|---|---|
| CachedComponentType | The type of the component being modified |
| HasRequiredComponent | True if the CinemachineCamera has the component we intend to modify. |
Methods
| Name | Description |
|---|---|
| RefreshCache(CinemachineVirtualCameraBase) | Called from OnEnable and from the inspector. Refreshes CachedComponent. |