Class AnimatorExtensions
Inheritance
System.Object
AnimatorExtensions
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 AnimatorExtensions
Methods
| Improve this Doc View SourceContainsAnimationClip(IAnimator, IAnimationClip)
Declaration
public static bool ContainsAnimationClip(this IAnimator animator, IAnimationClip clip)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Classes.ClassID_95.IAnimator | animator | |
AssetRipper.SourceGenerated.Classes.ClassID_74.IAnimationClip | clip |
Returns
Type | Description |
---|---|
System.Boolean |
GetUpdateMode(IAnimator)
Declaration
public static AnimatorUpdateMode GetUpdateMode(this IAnimator animator)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Classes.ClassID_95.IAnimator | animator |
Returns
Type | Description |
---|---|
AssetRipper.SourceGenerated.Enums.AnimatorUpdateMode |