[This is preliminary documentation and is subject to change.]

The target of a camera as specified by the CameraTargetType attribute.

Syntax

C#
public enum CameraType
Visual Basic (Declaration)
Public Enumeration CameraType

Members

Member nameDescription
TrackDefault
The default tracking method.
TrackAvatar
The camera tracks the avatar.
TrackObject
The camera tracks the location of an object.
TrackAhead
The camera tracks from ahead.

See Also