C# Class JsonWrappers.ViewerLoadParams

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

Public Properties

Property Type Description
BasePath string
IsViewable bool
NumPolygons int
TempArchiveName string
UnitScale string
UpAxis string

Public Methods

Method Description
ViewerLoadParams ( ) : System

Method Details

ViewerLoadParams() public method

public ViewerLoadParams ( ) : System
return System

Property Details

BasePath public property

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

IsViewable public property

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

NumPolygons public property

Used to determine whether it can be loaded in the flash player
public int NumPolygons
return int

TempArchiveName public property

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

UnitScale public property

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

UpAxis public property

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