Cinemachine
![]() | CinemachineExtensionGetExtraStateT Method |
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.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)

protected T GetExtraState<T>( ICinemachineCamera vcam ) where T : class, new()
JavaScript does not support generic types or methods.
Parameters
- vcam
- Type: CinemachineICinemachineCamera
[Missing <param name="vcam"/> documentation for "M:Cinemachine.CinemachineExtension.GetExtraState``1(Cinemachine.ICinemachineCamera)"]
Type Parameters
- T
Return Value
Type: T[Missing <returns> documentation for "M:Cinemachine.CinemachineExtension.GetExtraState``1(Cinemachine.ICinemachineCamera)"]
