C# Class JsonWrappers.ViewerLoadParams

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
BasePath string
IsViewable bool
NumPolygons int
TempArchiveName string
UnitScale string
UpAxis string

Méthodes publiques

Méthode Description
ViewerLoadParams ( ) : System

Method Details

ViewerLoadParams() public méthode

public ViewerLoadParams ( ) : System
Résultat System

Property Details

BasePath public_oe property

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

IsViewable public_oe property

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

NumPolygons public_oe property

Used to determine whether it can be loaded in the flash player
public int NumPolygons
Résultat int

TempArchiveName public_oe property

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

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