Show / Hide Table of Contents

Class GenericBindingExtensions

Inheritance
System.Object
GenericBindingExtensions
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 GenericBindingExtensions

Methods

| Improve this Doc View Source

GetClassID(IGenericBinding)

Declaration
public static ClassIDType GetClassID(this IGenericBinding binding)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.GenericBinding.IGenericBinding binding
Returns
Type Description
AssetRipper.SourceGenerated.ClassIDType
| Improve this Doc View Source

GetHumanoidMuscle(IGenericBinding, UnityVersion)

Declaration
public static HumanoidMuscleType GetHumanoidMuscle(this IGenericBinding binding, UnityVersion version)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.GenericBinding.IGenericBinding binding
UnityVersion version
Returns
Type Description
HumanoidMuscleType
| Improve this Doc View Source

IsIntCurve(IGenericBinding)

Declaration
public static bool IsIntCurve(this IGenericBinding binding)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.GenericBinding.IGenericBinding binding
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsPPtrCurve(IGenericBinding)

Declaration
public static bool IsPPtrCurve(this IGenericBinding binding)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.GenericBinding.IGenericBinding binding
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsTransform(IGenericBinding)

Declaration
public static bool IsTransform(this IGenericBinding binding)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.GenericBinding.IGenericBinding binding
Returns
Type Description
System.Boolean
| Improve this Doc View Source

SetClassID(IGenericBinding, ClassIDType)

Declaration
public static void SetClassID(this IGenericBinding binding, ClassIDType classID)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.GenericBinding.IGenericBinding binding
AssetRipper.SourceGenerated.ClassIDType classID
| Improve this Doc View Source

TransformType(IGenericBinding)

Declaration
public static TransformType TransformType(this IGenericBinding binding)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.GenericBinding.IGenericBinding binding
Returns
Type Description
TransformType
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾