C# 클래스 JsonWrappers.ViewerLoadParams

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

공개 프로퍼티들

프로퍼티 타입 설명
BasePath string
IsViewable bool
NumPolygons int
TempArchiveName string
UnitScale string
UpAxis string

공개 메소드들

메소드 설명
ViewerLoadParams ( ) : System

메소드 상세

ViewerLoadParams() 공개 메소드

public ViewerLoadParams ( ) : System
리턴 System

프로퍼티 상세

BasePath 공개적으로 프로퍼티

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

IsViewable 공개적으로 프로퍼티

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

NumPolygons 공개적으로 프로퍼티

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

TempArchiveName 공개적으로 프로퍼티

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

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