Enum MovingImageType
Indicates whether a reference image is expected to move in the real world, so that a provider can optimize tracking accordingly.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
public enum MovingImageType
Fields
| Name | Description |
|---|---|
| Dynamic | The image is expected to move. Suitable for stickers on portable objects, smaller objects a user may move, etc. |
| Static | The image is expected to not move. Suitable for paintings, wall signs, etc. |
| Unspecified | The moving-image type is not specified. |