C# Class JsonWrappers.AdvancedDownloadPreviewSettings

A container for parameters to be passed to the ViewerLoader javascript class.
ファイルを表示 Open project: adlnet/3D-Repository Class Usage Examples

Public Properties

Property Type Description
BaseContentUrl string
BasePath string
FlashLocation string
IsViewable bool
O3DLocation string
Polygons int
ShowScreenshot bool
UnitScale string
UpAxis string

Public Methods

Method Description
AdvancedDownloadPreviewSettings ( ) : System

Method Details

AdvancedDownloadPreviewSettings() public method

public AdvancedDownloadPreviewSettings ( ) : System
return System

Property Details

BaseContentUrl public_oe property

The filename and parameter template for the ModelIHttpHandler URL.
public string BaseContentUrl
return string

BasePath public_oe property

The path to the "Public" folder where the Model IHttpHandler is located.
public string BasePath
return string

FlashLocation public_oe property

The filename for loading via the Flash viewer.
public string FlashLocation
return string

IsViewable public_oe property

Determines whether the ViewerLoader can load the data.
public bool IsViewable
return bool

O3DLocation public_oe property

The filename for loading via the O3D viewer.
public string O3DLocation
return string

Polygons public_oe property

Determines whether the ViewerLoader can load the data.
public int Polygons
return int

ShowScreenshot public_oe property

Determines whether to show the screenshot button in the viewer.
public bool ShowScreenshot
return bool

UnitScale public_oe property

The Unit Scale (in meters) to be set for the viewer (Flash and O3D).
public string UnitScale
return string

UpAxis public_oe property

The Up Axis to be set for the viewer (Flash and O3D).
public string UpAxis
return string