Show / Hide Table of Contents

Class TransformExtention

Extenuation Method for the transform animations

Inheritance
System.Object
TransformExtention
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: AnimationHelpers
Assembly: cs.temp.dll.dll
Syntax
public static class TransformExtention

Methods

Animate(Transform)

Create a transform animation

Declaration
public static TransformAnimator Animate(this Transform transform)
Parameters
Type Name Description
Transform transform

The transform to animate

Returns
Type Description
TransformAnimator

A transform animation

Back to top Generated by DocFX