C# 클래스 OpenMetaverse.ImageRequest

파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 프로퍼티들

프로퍼티 타입 설명
DiscardLevel int
ImageID UUID
Priority float
Type ImageType

공개 메소드들

메소드 설명
ImageRequest ( UUID imageid, ImageType type, float priority, int discardLevel ) : System

메소드 상세

ImageRequest() 공개 메소드

public ImageRequest ( UUID imageid, ImageType type, float priority, int discardLevel ) : System
imageid UUID
type ImageType
priority float
discardLevel int
리턴 System

프로퍼티 상세

DiscardLevel 공개적으로 프로퍼티

public int DiscardLevel
리턴 int

ImageID 공개적으로 프로퍼티

public UUID ImageID
리턴 UUID

Priority 공개적으로 프로퍼티

public float Priority
리턴 float

Type 공개적으로 프로퍼티

public ImageType Type
리턴 ImageType