Show / Hide Table of Contents

Class AnimationPlayableExtensions

Inheritance
Object
AnimationPlayableExtensions
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Animations
Assembly: UnityEngine.dll
Syntax
public static class AnimationPlayableExtensions

Methods

| Improve this Doc View Source

SetAnimatedProperties<U>(U, AnimationClip)

Declaration
public static void SetAnimatedProperties<U>(this U playable, AnimationClip clip)
    where U : struct, IPlayable
Parameters
Type Name Description
U playable
AnimationClip clip
Type Parameters
Name Description
U
  • Improve this Doc
  • View Source
Back to top Generated by DocFX