PRIM PHYSICS/ja

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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;