Difference between revisions of "TEXTURE MEDIA"

From Second Life Wiki
Jump to navigation Jump to search
(Undo revision 76923 by Chaz Longstaff (Talk))
Line 1: Line 1:
{{LSL_Constant/string}}{{LSL Constant
{{LSL_Constant/string/ja}}{{LSL Constant/ja
|name=TEXTURE_MEDIA
|name=TEXTURE_MEDIA
|type=string
|type=string
|value="8b5fec65-8d8d-9dc5-cda8-8fdf2716e361"
|value="8b5fec65-8d8d-9dc5-cda8-8fdf2716e361"
|desc=UUID for the "Default Media" texture
|desc=「Default Media」テクスチャの UUID
|examples
|examples
|notes
|notes
|constants=
|constants=
{{LSL ConstRow|TEXTURE_BLANK}}
{{LSL ConstRow/ja|TEXTURE_BLANK}}
{{LSL ConstRow|TEXTURE_PLYWOOD}}
{{LSL ConstRow/ja|TEXTURE_PLYWOOD}}
{{LSL ConstRow|TEXTURE_TRANSPARENT}}
{{LSL ConstRow/ja|TEXTURE_TRANSPARENT}}
|functions=
|functions=
{{LSL DefineRow||[[llSetTexture]]|}}
{{LSL DefineRow||{{LSLG/ja|llSetTexture}}|}}
{{LSL DefineRow||[[llSetPrimitiveParams]]|}}
{{LSL DefineRow||{{LSLG/ja|llSetPrimitiveParams}}|}}
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}}
{{LSL DefineRow||{{LSLG/ja|llSetLinkPrimitiveParams}}|}}
|events
|events
|history=
|history=
Introduced in {{SVN|627|rev=89264|branch=Branch_1-20-Viewer-2|ver=1.20.10|anchor=file3}}
{{SVN|627|rev=89264|branch=Branch_1-20-Viewer-2|ver=1.20.10|anchor=file3}} で導入されました。
|issues=
|issues=
{{LSL Bug|VWR-7315|[[TEXTURE_DEFAULT]] is a bad constant name|status=fixed}}
{{LSL Bug|VWR-7315|{{LSLG/ja|TEXTURE_DEFAULT}} は良くない定数名です|status=fixed}}
|cat1=Key
|cat1=Key
|cat2=Texture
|cat2=Texture

Revision as of 22:58, 16 April 2010

解説

定数: string TEXTURE_MEDIA = "8b5fec65-8d8d-9dc5-cda8-8fdf2716e361";

string 定数 TEXTURE_MEDIA の値は "8b5fec65-8d8d-9dc5-cda8-8fdf2716e361" です。

「Default Media」テクスチャの UUID

関連記事

注意事項

4 文字以上の文字列定数をコードの複数の箇所で使っているのであれば、それらをグローバル定数に格納すべきです。かなりのメモリ節約になります。これについての詳細説明とサンプルは LSL Constants vs Globals にあります。

特記事項

経緯

全ての記事

~ JIRA で関連記事を検索
   TEXTURE_DEFAULT は良くない定数名です!
この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)