The target of a camera as specified by the CameraTargetType attribute.
Namespace: AWAssembly: 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 name | Value | Description | |
|---|---|---|---|
| TrackDefault | 0 | The default tracking method. | |
| TrackAvatar | 1 | The camera tracks the avatar. | |
| TrackObject | 2 | The camera tracks the location of an object. | |
| TrackAhead | 3 | The camera tracks from ahead. | |
| TrackSelfFirstPerson | 4 | ||
| TrackSelfLocked | 5 | ||
| TrackSelfChase | 6 | ||
| TrackSelfFront | 7 |