Method GetExtraState
GetExtraState<T>(ICinemachineCamera)
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.
선언
protected T GetExtraState<T>(ICinemachineCamera vcam) where T : class, new()
파라미터
타입 | 이름 | 설명 |
---|---|---|
ICinemachineCamera | vcam |
반환
타입 | 설명 |
---|---|
T |
타입 파라미터
이름 | 설명 |
---|---|
T |