API Referenceglobal
public class Sandbox.Package.Screenshot
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 1 constructors
public Screenshot()
No results match this filter.
Methods
Showing 1 methods
public string GetThumbUrl(int width, int height)
Return the URL of a thumbnail matching this exact size. For caching reasons it's going to be best if we can keep this to round number sizes (256, 512 etc) rather than trying to exact fit.
No results match this filter.
Properties
Showing 6 properties
public System.DateTime Sandbox.Package.Screenshot.Created { get; set; }
public int Sandbox.Package.Screenshot.Height { get; set; }
public bool Sandbox.Package.Screenshot.IsVideo { get; set; }
True if this is a loading screen rather than a regular screenshot
public string Sandbox.Package.Screenshot.Thumb { get; set; }
public string Sandbox.Package.Screenshot.Url { get; set; }
public int Sandbox.Package.Screenshot.Width { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Package.Screenshot |