JointsService

Afficher les obsolètes
création impossible
service
obsolète

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.

Résumé

Méthodes

Propriétés

Méthodes

ClearJoinAfterMoveJoints

void

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


Retours

void

CreateJoinAfterMoveJoints

void

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


Retours

void

SetJoinAfterMoveInstance

void

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

Paramètres

joinInstance: Instance

Retours

void

SetJoinAfterMoveTarget

void

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

Paramètres

joinTarget: Instance

Retours

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().


Retours

void

Évènements