Delegate CinemachineFreeLook.CreateRigDelegate
Override component pipeline creation. This needs to be done by the editor to support Undo. The override must do exactly the same thing as the CreatePipeline method in this class.
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
public delegate CinemachineVirtualCamera CinemachineFreeLook.CreateRigDelegate(CinemachineFreeLook vcam, string name, CinemachineVirtualCamera copyFrom)
파라미터
타입 | 이름 | 설명 |
---|---|---|
CinemachineFreeLook | vcam | |
string | name | |
CinemachineVirtualCamera | copyFrom |
반환
타입 | 설명 |
---|---|
CinemachineVirtualCamera |