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

Namespace: AW
Assembly: AW.Core (in AW.Core.dll) Version: 0.3.11.100

Syntax

C#
public enum CameraType
Visual Basic
Public Enumeration CameraType
Visual C++
public enum class CameraType

Members

Member nameValueDescription
TrackDefault0 The default tracking method.
TrackAvatar1 The camera tracks the avatar.
TrackObject2 The camera tracks the location of an object.
TrackAhead3 The camera tracks from ahead.
TrackSelfFirstPerson4
TrackSelfLocked5
TrackSelfChase6
TrackSelfFront7

See Also