C# Class JsonWrappers.AdvancedDownloadPreviewSettings

A container for parameters to be passed to the ViewerLoader javascript class.
Afficher le fichier Open project: adlnet/3D-Repository Class Usage Examples

Méthodes publiques

Свойство Type Description
BaseContentUrl string
BasePath string
FlashLocation string
IsViewable bool
O3DLocation string
Polygons int
ShowScreenshot bool
UnitScale string
UpAxis string

Méthodes publiques

Méthode Description
AdvancedDownloadPreviewSettings ( ) : System

Method Details

AdvancedDownloadPreviewSettings() public méthode

public AdvancedDownloadPreviewSettings ( ) : System
Résultat System

Property Details

BaseContentUrl public_oe property

The filename and parameter template for the ModelIHttpHandler URL.
public string BaseContentUrl
Résultat string

BasePath public_oe property

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

FlashLocation public_oe property

The filename for loading via the Flash viewer.
public string FlashLocation
Résultat string

IsViewable public_oe property

Determines whether the ViewerLoader can load the data.
public bool IsViewable
Résultat bool

O3DLocation public_oe property

The filename for loading via the O3D viewer.
public string O3DLocation
Résultat string

Polygons public_oe property

Determines whether the ViewerLoader can load the data.
public int Polygons
Résultat int

ShowScreenshot public_oe property

Determines whether to show the screenshot button in the viewer.
public bool ShowScreenshot
Résultat bool

UnitScale public_oe property

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

UpAxis public_oe property

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