C# Class OpenMetaverse.ParcelMedia

Parcel Media Information
Afficher le fichier Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Méthodes publiques

Свойство Type Description
MediaAutoScale byte
MediaDesc string
MediaHeight int
MediaID UUID
MediaLoop bool
MediaType string
MediaURL string
MediaWidth int

Property Details

MediaAutoScale public_oe property

A byte, if 0x1 viewer should auto scale media to fit object
public byte MediaAutoScale
Résultat byte

MediaDesc public_oe property

A description of the media
public string MediaDesc
Résultat string

MediaHeight public_oe property

An Integer which represents the height of the media
public int MediaHeight
Résultat int

MediaID public_oe property

The Asset UUID of the Texture which when applied to a primitive will display the media
public UUID MediaID
Résultat UUID

MediaLoop public_oe property

A boolean, if true the viewer should loop the media
public bool MediaLoop
Résultat bool

MediaType public_oe property

A string which contains the mime type of the media
public string MediaType
Résultat string

MediaURL public_oe property

A URL which points to any Quicktime supported media type
public string MediaURL
Résultat string

MediaWidth public_oe property

An integer which represents the width of the media
public int MediaWidth
Résultat int