Editar

Compartilhar via


ArUpdateType Enum

Definition

Enumeration defining when, during frame processing, the tracked pose will be sampled.

public enum class ArUpdateType
public enum ArUpdateType
type ArUpdateType = 
Public Enum ArUpdateType
Inheritance
ArUpdateType

Fields

BeforeRender 2

Sampling occurs just before rendering.

Update 1

Sampling occurs during update.

UpdateAndBeforeRender 0

Sampling occurs during update and just before rendering. This is the recommended value for smooth tracking.

Applies to