Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetStaticFriction(int)

Get the static friction coefficient at a particular point of the contact pair.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public float GetStaticFriction(int i)

Parameters

Index of the contact point.

Returns

Type

Description

floatThe static friction coefficient at a contact point.

Remarks

Normally, the static friction coefficient is between 0 and 1.