Enum ArUpdateType
Enumeration defining when, during frame processing, the tracked pose will be sampled.
Namespace: Microsoft.MixedReality.Toolkit.Experimental.UnityAR
Assembly: cs.temp.dll.dll
Syntax
public enum ArUpdateType
Fields
Name | Description |
---|---|
BeforeRender | Sampling occurs just before rendering. |
Update | Sampling occurs during update. |
UpdateAndBeforeRender | Sampling occurs during update and just before rendering. This is the recommended value for smooth tracking. |