C# Class JsonWrappers.ViewerLoadParams

A container for parameters to be passed to the ViewerLoader javascript class.
Mostrar archivo 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_oe property

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

IsViewable public_oe property

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

NumPolygons public_oe property

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

TempArchiveName public_oe property

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

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