C# 클래스 OpenMetaverse.ParcelMedia

Parcel Media Information
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MediaAutoScale byte
MediaDesc string
MediaHeight int
MediaID UUID
MediaLoop bool
MediaType string
MediaURL string
MediaWidth int

프로퍼티 상세

MediaAutoScale 공개적으로 프로퍼티

A byte, if 0x1 viewer should auto scale media to fit object
public byte MediaAutoScale
리턴 byte

MediaDesc 공개적으로 프로퍼티

A description of the media
public string MediaDesc
리턴 string

MediaHeight 공개적으로 프로퍼티

An Integer which represents the height of the media
public int MediaHeight
리턴 int

MediaID 공개적으로 프로퍼티

The Asset UUID of the Texture which when applied to a primitive will display the media
public UUID MediaID
리턴 UUID

MediaLoop 공개적으로 프로퍼티

A boolean, if true the viewer should loop the media
public bool MediaLoop
리턴 bool

MediaType 공개적으로 프로퍼티

A string which contains the mime type of the media
public string MediaType
리턴 string

MediaURL 공개적으로 프로퍼티

A URL which points to any Quicktime supported media type
public string MediaURL
리턴 string

MediaWidth 공개적으로 프로퍼티

An integer which represents the width of the media
public int MediaWidth
리턴 int