Difference between revisions of "PRIM PHYSICS/ja"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 7: Line 7:
{{LSL_Function/boolean/ja|boolean}}
{{LSL_Function/boolean/ja|boolean}}


}}{{LSL Constant/ja
}}{{LSL Constant
|inject-2={{LSL PrimitiveParam Categorize|Object}}
|name=PRIM_PHYSICS
|name=PRIM_PHYSICS
|type=integer
|type=integer

Latest revision as of 00:47, 21 December 2015

Description

Constant: integer PRIM_PHYSICS = 3;

The integer constant PRIM_PHYSICS has the value 3

オブジェクトの 物理 状態 を取得設定するのに用いられます。有効にすると、オブジェクトは SL 物理の影響を受けるようになります。

llSetPrimitiveParams

llSetPrimitiveParams([ PRIM_PHYSICS, integer boolean ]);
• integer boolean TRUE ならば有効 、 FALSE ならば無効

同じ構文が llSetLinkPrimitiveParamsllSetLinkPrimitiveParamsFast に適用されますが、頭に リンク パラメータがつきます。

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_PHYSICS ]);

integer boolean ] のリストを返します。

• integer boolean TRUE ならば有効 、 FALSE ならば無効

同じ構文が llSetLinkPrimitiveParamsllSetLinkPrimitiveParamsFast に適用されますが、頭に リンク パラメータがつきます。

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_PHYSICS = 3;