PhysicsJointBuilderExtensionsclass

objectPhysicsJointBuilderExtensions
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.PhysicsJointBuilderExtensions

Methods7

Showing 7 methods

public static T WithAngularStrength(T b, float v)PUBLICSTATIC

ParameterTypeDescription
bT
vfloat
Returns:T

public static T WithBody1(T b, int v)PUBLICSTATIC

ParameterTypeDescription
bT
vint
Returns:T

public static T WithBody2(T b, int v)PUBLICSTATIC

ParameterTypeDescription
bT
vint
Returns:T

public static T WithCollision(T b, bool v)PUBLICSTATIC

ParameterTypeDescription
bT
vbool
Returns:T

public static T WithFrame1(T b, Transform v)PUBLICSTATIC

ParameterTypeDescription
bT
vTransform
Returns:T

public static T WithFrame2(T b, Transform v)PUBLICSTATIC

ParameterTypeDescription
bT
vTransform
Returns:T

public static T WithLinearStrength(T b, float v)PUBLICSTATIC

ParameterTypeDescription
bT
vfloat
Returns:T

On this page