DebugRenderingSettings.RenderTimeStamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls whether a time stamp should be put into the rendered image. If enabled, the renderer puts a timestamp into the image which corresponds to the fractional number of seconds elapsed since server start.
public:
property bool RenderTimeStamp { bool get(); void set(bool value); };
public bool RenderTimeStamp { get; set; }
member this.RenderTimeStamp : bool with get, set
Public Property RenderTimeStamp As Boolean