This document is archived and information here might be outdated. Recommended version. |
Does any initialization steps required to begin Camera movement.
[Visual Basic .NET] Public Sub Begin ( _ ByVal pCamera As ICamera _ )
[C#] public void Begin ( ICamera pCamera );
[C++]
HRESULT Begin(
ICamera* pCamera
);
[C++]
Parameters pCamera
pCamera is a parameter of type ICamera*