Show / Hide Table of Contents

Class AnimatorJobExtensions

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

Methods

| Improve this Doc View Source

BindSceneProperty(Animator, Transform, Type, String)

Declaration
public static PropertySceneHandle BindSceneProperty(this Animator animator, Transform transform, Type type, string property)
Parameters
Type Name Description
Animator animator
Transform transform
Type type
String property
Returns
Type Description
PropertySceneHandle
| Improve this Doc View Source

BindSceneProperty(Animator, Transform, Type, String, Boolean)

Declaration
public static PropertySceneHandle BindSceneProperty(this Animator animator, Transform transform, Type type, string property, [DefaultValue("false")] bool isObjectReference)
Parameters
Type Name Description
Animator animator
Transform transform
Type type
String property
Boolean isObjectReference
Returns
Type Description
PropertySceneHandle
| Improve this Doc View Source

BindSceneTransform(Animator, Transform)

Declaration
public static TransformSceneHandle BindSceneTransform(this Animator animator, Transform transform)
Parameters
Type Name Description
Animator animator
Transform transform
Returns
Type Description
TransformSceneHandle
| Improve this Doc View Source

BindStreamProperty(Animator, Transform, Type, String)

Declaration
public static PropertyStreamHandle BindStreamProperty(this Animator animator, Transform transform, Type type, string property)
Parameters
Type Name Description
Animator animator
Transform transform
Type type
String property
Returns
Type Description
PropertyStreamHandle
| Improve this Doc View Source

BindStreamProperty(Animator, Transform, Type, String, Boolean)

Declaration
public static PropertyStreamHandle BindStreamProperty(this Animator animator, Transform transform, Type type, string property, [DefaultValue("false")] bool isObjectReference)
Parameters
Type Name Description
Animator animator
Transform transform
Type type
String property
Boolean isObjectReference
Returns
Type Description
PropertyStreamHandle
| Improve this Doc View Source

BindStreamTransform(Animator, Transform)

Declaration
public static TransformStreamHandle BindStreamTransform(this Animator animator, Transform transform)
Parameters
Type Name Description
Animator animator
Transform transform
Returns
Type Description
TransformStreamHandle
| Improve this Doc View Source

CloseAnimationStream(Animator, ref AnimationStream)

Declaration
public static void CloseAnimationStream(this Animator animator, ref AnimationStream stream)
Parameters
Type Name Description
Animator animator
AnimationStream stream
| Improve this Doc View Source

OpenAnimationStream(Animator, ref AnimationStream)

Declaration
public static bool OpenAnimationStream(this Animator animator, ref AnimationStream stream)
Parameters
Type Name Description
Animator animator
AnimationStream stream
Returns
Type Description
Boolean
| Improve this Doc View Source

ResolveAllSceneHandles(Animator)

Declaration
public static void ResolveAllSceneHandles(this Animator animator)
Parameters
Type Name Description
Animator animator
| Improve this Doc View Source

ResolveAllStreamHandles(Animator)

Declaration
public static void ResolveAllStreamHandles(this Animator animator)
Parameters
Type Name Description
Animator animator
  • Improve this Doc
  • View Source
Back to top Generated by DocFX