Class CinemachineFreeLookModifier.ComponentModifier<T>
Modifier for things inside a single CinemachineComponentBase.
Inheritance
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 |
---|---|
Cached |
The CinemachineComponentBase that will be modified. Cached here for efficiency. |
Properties
Name | Description |
---|---|
Cached |
The type of the component being modified |
Has |
True if the CinemachineCamera has the component we intend to modify. |
Methods
Name | Description |
---|---|
Refresh |
Called from OnEnable and from the inspector. Refreshes CachedComponent. |