C# 클래스 JsonWrappers.AdvancedDownloadPreviewSettings

A container for parameters to be passed to the ViewerLoader javascript class.
파일 보기 프로젝트 열기: adlnet/3D-Repository 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BaseContentUrl string
BasePath string
FlashLocation string
IsViewable bool
O3DLocation string
Polygons int
ShowScreenshot bool
UnitScale string
UpAxis string

공개 메소드들

메소드 설명
AdvancedDownloadPreviewSettings ( ) : System

메소드 상세

AdvancedDownloadPreviewSettings() 공개 메소드

public AdvancedDownloadPreviewSettings ( ) : System
리턴 System

프로퍼티 상세

BaseContentUrl 공개적으로 프로퍼티

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

BasePath 공개적으로 프로퍼티

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

FlashLocation 공개적으로 프로퍼티

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

IsViewable 공개적으로 프로퍼티

Determines whether the ViewerLoader can load the data.
public bool IsViewable
리턴 bool

O3DLocation 공개적으로 프로퍼티

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

Polygons 공개적으로 프로퍼티

Determines whether the ViewerLoader can load the data.
public int Polygons
리턴 int

ShowScreenshot 공개적으로 프로퍼티

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

UnitScale 공개적으로 프로퍼티

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

UpAxis 공개적으로 프로퍼티

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