Difference between revisions of "PRIM ROT LOCAL/ja"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "<onlyinclude>{{#if: {{#vardefine:rot_local_const|{{LSL Const|PRIM_ROT_LOCAL|integer|29|c=Used to {{GetSet|{{{1|}}}|get|set|/}} the prim's local rotation}}}} {{#vardefine:p_rot_…")
 
Line 21: Line 21:
}}</onlyinclude>{{#if:
}}</onlyinclude>{{#if:


}}{{LSL Constant
}}{{LSL Constant/ja
|name=PRIM_ROT_LOCAL
|name=PRIM_ROT_LOCAL
|type=integer
|type=integer
|value=29
|value=29
|desc=PRIM_ROT_LOCAL is used to get or set the prim's local rotation.
|desc=オブジェクトのローカル回転を取得したり設定したりするのに使います。
|pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([&#32;{{#var:rot_local_const}},&#32;|i_end=&nbsp;]);
|pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([&#32;{{#var:rot_local_const}},&#32;|i_end=&nbsp;]);
|text=When used with [[llSetPrimitiveParams]] & [[llSetLinkPrimitiveParams]]
|text=構文: [[llSetPrimitiveParams/ja|llSetPrimitiveParams]], [[llSetLinkPrimitiveParams/ja|llSetLinkPrimitiveParams]] & [[llSetLinkPrimitiveParamsFast/ja|llSetLinkPrimitiveParamsFast]]
{{LSL Generic/Caveats|caveats={{#var:caveats-set}}|title=*}}
{{LSL Generic/Caveats|caveats={{#var:caveats-set}}|title=*}}
|toc=llSetPrimitiveParams
|toc=llSetPrimitiveParams
|i1_type=rotation|i1_name=rot
|i1_type=rotation|i1_name=rot
}}
}}
|pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([&nbsp;{{#var:rot_local_const}}|i_end=&nbsp;]);|
|pb={{LSL Constant/List/ja|i_front=[[llGetPrimitiveParams]]([&nbsp;{{#var:rot_local_const}}|i_end=&nbsp;]);|
|r_front=Returns the list [&nbsp;|r_end=&nbsp;]
|r_front=Returns the list [&nbsp;|r_end=&nbsp;]
|text={{LSL Generic/Caveats|caveats={{#var:caveats-get}}|title=*}}
|text={{LSL Generic/Caveats|caveats={{#var:caveats-get}}|title=*}}
Line 42: Line 42:
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->
|functions=
|functions=
{{LSL DefineRow||[[llGetPrimitiveParams]]|}}
{{LSL DefineRow||[[llGetPrimitiveParams/ja|llGetPrimitiveParams]]|}}
{{LSL DefineRow||[[llGetLinkPrimitiveParams]]|}}
{{LSL DefineRow||[[llGetLinkPrimitiveParams/ja|llGetLinkPrimitiveParams]]|}}
{{LSL DefineRow||[[llSetPrimitiveParams]]|}}
{{LSL DefineRow||[[llSetPrimitiveParams/ja|llSetPrimitiveParams]]|}}
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}}
{{LSL DefineRow||[[llSetLinkPrimitiveParams/ja|llSetLinkPrimitiveParams]]|}}
{{LSL DefineRow||[[llGetRot]]|}}
{{LSL DefineRow||[[llGetRot/ja|llGetRot]]|}}
{{LSL DefineRow||[[llSetRot]]|}}
{{LSL DefineRow||[[llSetRot/ja|llSetRot]]|}}
{{LSL DefineRow||[[llSetLocalRot]]|}}
{{LSL DefineRow||[[llSetLocalRot/ja|llSetLocalRot]]|}}
{{LSL DefineRow||[[llGetLocalRot]]|}}
{{LSL DefineRow||[[llGetLocalRot/ja|llGetLocalRot]]|}}
{{LSL DefineRow||[[llGetRootRotation]]|}}
{{LSL DefineRow||[[llGetRootRotation/ja|llGetRootRotation]]|}}
{{LSL DefineRow||[[llGetObjectDetails]]|}}
{{LSL DefineRow||[[llGetObjectDetails/ja|llGetObjectDetails]]|}}
|events=
|events=
<!--{{LSL DefineRow||[[changed]]|}}-->
<!--{{LSL DefineRow||[[changed]]|}}-->

Revision as of 19:44, 17 December 2010

解説

定数: integer PRIM_ROT_LOCAL = 29;

integer 定数 PRIM_ROT_LOCAL の値は 29 です。

オブジェクトのローカル回転を取得したり設定したりするのに使います。

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_ROT_LOCAL ]);

Returns the list [ rotation rot ]

• rotation rot Any valid rotation

All Issues ~ Search JIRA for related Bugs

特記事項

この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)