Show / Hide Table of Contents

Class RigidbodyExtensions

Inheritance
System.Object
RigidbodyExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class RigidbodyExtensions

Methods

| Improve this Doc View Source

GetCollisionDetection(IRigidbody)

Declaration
public static CollisionDetectionMode GetCollisionDetection(this IRigidbody body)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_54.IRigidbody body
Returns
Type Description
AssetRipper.SourceGenerated.Enums.CollisionDetectionMode
| Improve this Doc View Source

GetConstraints(IRigidbody)

Declaration
public static RigidbodyConstraints GetConstraints(this IRigidbody body)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_54.IRigidbody body
Returns
Type Description
AssetRipper.SourceGenerated.Enums.RigidbodyConstraints
| Improve this Doc View Source

GetInterpolate(IRigidbody)

Declaration
public static RigidbodyInterpolation GetInterpolate(this IRigidbody body)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_54.IRigidbody body
Returns
Type Description
AssetRipper.SourceGenerated.Enums.RigidbodyInterpolation
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾