This document is archived and information here might be outdated. Recommended version. |
The observer's position.
[Visual Basic .NET] Public Property Observer As IPoint
[C#] public IPoint Observer {get; set;}
[C++]
HRESULT get_Observer(
IPoint** Observer
);
[C++]
HRESULT put_Observer(
IPoint* Observer
);
[C++] Parameters Observer [out, retval]
Observer is a parameter of type IPoint** Observer [in]
Observer is a parameter of type IPoint*
The observer represents the origin, or point of view, of the camera. It uses coordinates that are in the same unit of measure as the scene itself.