UseRenderHook Property

Definition

Assembly HeadlessTestingFramework.dll

Gets or sets whether to use render hook for automatic frame capture. When true, frames are captured automatically when the compositor renders. When false, frames are captured on timer intervals or manually.

public bool UseRenderHook { get; set; }

Returns