JointsService

非推奨を表示
作成できません
サービス
非推奨

The JointsService is a service that stores joints created by surface connections. It also has API available for visualizing surface to surface contact, and joining surfaces together.

概要

方法

プロパティ

方法

ClearJoinAfterMoveJoints

void

Will remove any 'create joints' that were made visible via the JointsService:ShowPermissibleJoints() method.


戻り値

void

CreateJoinAfterMoveJoints

void

Updates all visible joints for the parts assigned by the JointsService:SetJoinAfterMoveTarget() and JointsService:SetJoinAfterMoveInstance() methods.


戻り値

void

SetJoinAfterMoveInstance

void

Sets the PVInstance that will be connected with the target PVInstance specified by JointsService:SetJoinAfterMoveTarget().

パラメータ

joinInstance: Instance

戻り値

void

SetJoinAfterMoveTarget

void

Sets the PVInstance that will be connected with the PVInstance specified by JointsService:SetJoinAfterMoveInstance().

パラメータ

joinTarget: Instance

戻り値

void

ShowPermissibleJoints

void

When used it will visibly display a potential surface connection between the two BasePart, which were set with JointsService:SetJoinAfterMoveTarget() and JointsService:SetJoinAfterMoveInstance().


戻り値

void

イベント