Template:LSL Constants/PrimMedia/ja
< Template:LSL Constants/PrimMedia
Jump to navigation
Jump to search
Revision as of 06:23, 11 April 2010 by Mako Nozaki (talk | contribs) (Created page with '<noinclude>{{multi-lang}}</noinclude>{{#if: {{LSL_Function/boolean/ja|boolean}} }} {{{!}} {{Prettytable|style=margin: 0px 0px 10px 1pt;}} {{!}}- {{Hl2}} ! colspan="2" {{!}} パ...')
パラメタ | 復帰値 / 追加パラメタ | 説明 | |||||||
---|---|---|---|---|---|---|---|---|---|
[ PRIM_MEDIA_ALT_IMAGE_ENABLE ] | 0 | [ integer boolean ] | 指定された面のデフォルトの画像状態 (メディアがアクティブになる前の画像) を 取得 / 設定 します。デフォルトの画像は、メディアタイプによって Second Life のサーバで規定されています。
注意: このフラグは現在実装されていません。 | ||||||
[ PRIM_MEDIA_CONTROLS ] | 1 | [ integer control ] | コントロールのスタイルを 取得 / 設定 します。 PRIM_MEDIA_CONTROLS_STANDARD かPRIM_MEDIA_CONTROLS_MINI を選べます。 | ||||||
コントロール フラグ | 説明 | ||||||||
PRIM_MEDIA_CONTROLS_STANDARD | 0 | 標準的な Web ナビゲーションコントロールです。 | |||||||
PRIM_MEDIA_CONTROLS_MINI | 1 | 小さい Web ナビゲーションコントロールです。アドレスバーがありません。 | |||||||
[ PRIM_MEDIA_CURRENT_URL ] | 2 | [ string current_url ] | 取得 / 設定 the current url displayed on the chosen face. Changing this URL causes navigation. | ||||||
[ PRIM_MEDIA_HOME_URL ] | 3 | [ string home_url ] | 取得 / 設定 the home url for the chosen face. | ||||||
[ PRIM_MEDIA_AUTO_LOOP ] | 4 | [ integer boolean ] | 取得 / 設定 whether auto-looping is enabled. | ||||||
[ PRIM_MEDIA_AUTO_PLAY ] | 5 | [ integer boolean ] | 取得 / 設定 whether the media auto-plays when a Resident can view it. | ||||||
[ PRIM_MEDIA_AUTO_SCALE ] | 6 | [ integer boolean ] | 取得 / 設定 whether auto-scaling is enabled. Auto-scaling forces the media to the full size of the texture. | ||||||
[ PRIM_MEDIA_AUTO_ZOOM ] | 7 | [ integer boolean ] | 取得 / 設定 whether clicking the media triggers auto-zoom and auto-focus on the media. | ||||||
[ PRIM_MEDIA_FIRST_CLICK_INTERACT ] | 8 | [ integer boolean ] | 取得 / 設定 whether the first click interaction is enabled. | ||||||
[ PRIM_MEDIA_WIDTH_PIXELS ] | 9 | [ integer width ] | 取得 / 設定 the width of the media in pixels. | ||||||
[ PRIM_MEDIA_HEIGHT_PIXELS ] | 10 | [ integer height ] | 取得 / 設定 the height of the media in pixels. | ||||||
[ PRIM_MEDIA_WHITELIST_ENABLE ] | 11 | [ integer boolean ] | 取得 / 設定 whether navigation is restricted to URLs in PRIM_MEDIA_WHITELIST. | ||||||
[ PRIM_MEDIA_WHITELIST ] | 12 | [ string CSV ] | 取得 / 設定 the whitelist as a string of escaped, comma-separated URLs. This string can hold up to 64 URLs or 1024 characters, whichever comes first. | ||||||
[ PRIM_MEDIA_PERMS_INTERACT ] | 13 | [ integer perms ] | 取得 / 設定 the permissions mask that control who can interact with the object:
| ||||||
[ PRIM_MEDIA_PERMS_CONTROL ] | 14 | [ integer perms ] | 取得 / 設定 the permissions mask that control who can control the object:
|